Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.28 KB

react-performance-tuning.md

File metadata and controls

20 lines (12 loc) · 1.28 KB

React Performance Tuning

React Profiler

In React 16.5.0 release, a new profiler tool is included in the React Dev Tools. You can checkout the tutorials below to see how you can use it:

Checkout reasons for update

If you would like to find out if some React component is re-rendered unnecessarily, you can also use this tool called Why Did You Update

Resources