Profiler
Profiler
A Profiler is a React component which can be added anywhere in the React tree. These Profilers measure the cost of renderering that part of the tree, and it needs an ID and a callback function. React calls this callback each time the Profiler's tree updates. You can have multiple Profilers within the same component; which can use the same callback.
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
- Item 6
- Item 7