Profile React Components with the Devtools Profiler

InstructorTyler Clark

Share this video with your friends

Send Tweet

The React team has given us an awesome tool that we can add to our browser dev tools to profile our components. "Profiling" basically means gathering stats on how long our components take to render and when they render. Stats are taken on all of our components and laid out in different views so we can dive deeper and find the components that we need to optimize.