React Simplified Course:
Fixing performance bugs in React is difficult since so much of the performance of React is tied to re-renders and state management. This is why I love the profiler built into React dev tools since it does an amazing job of showing you everything you need to know about what is causing your app to be slow. In this video I explain exactly how to use the React profiler to maximize your performance.
Materials/References:
React Simplified Course:
Find Me Here:
My Blog:
My Courses:
Patreon:
Twitter:
Discord:
GitHub:
CodePen:
⏱️ Timestamps:
00:00 - Introduction
00:26 - Demo Application
01:45 - Basic Profiler Features
06:30 - Advanced Profiler Features