Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 491 Bytes

performance.md

File metadata and controls

13 lines (9 loc) · 491 Bytes

Performance

Performance Tools

React offers Performance Tools that help you get an overview of your app's overall performance. The documentation is fairly complete and should help you get quickly started.

Render Visualizer Mixin

A mixin for visualizing (re)renders of React's components. Please see its README for more information.