mediumEngineering Practices#78

React DevTools profiler

Prompt

Wrap a performance-sensitive component tree with React.Profiler and log the render timing data (id, phase, actualDuration) to the console.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code