DEV Community

Discussion on: 5 Ways To Optimize Your React App Performance 2023

Collapse
 
kristiyan_velkov profile image
Kristiyan Velkov

Good article 👍
I will add also is good to use React Profiler to measure the performance.
Resources: react.dev/reference/react/Profiler

Collapse
 
chideracode profile image
Chidera Humphrey

Thanks for the addition.

React Profiler is a good tool for measuring performance.