React JSReact Performance 5: Expensive CalculationsExpensive Calculations React hooks are amazing. Being able to put all the logic and state management…Daniel NguyenJuly 06, 2025 3 min
React JSReact Performance 4: Code SplittingCode Splitting Code splitting acts on the principle that loading less code will speed up your app…Daniel NguyenJuly 05, 2025 3 min
React JSReact Performance 3: Concurrent RenderingConcurrent Rendering Sometimes, you're rendering so many components or those components are doing…Daniel NguyenJuly 04, 2025 2 min
React JSReact Performance 2: Optimize ContextOptimize Context The way that context works is that whenever the provided value changes from one…Daniel NguyenJuly 03, 2025 2 min
React JSReact Performance 1: Element OptimizationElement Optimization Elements are the fundamentals building blocks of React UI. It was the first we…Daniel NguyenJuly 02, 2025 3 min
React JSReact Performance: IntroductionIn this workshop you will diagnose, profile, and fix performance problems in your React application…Daniel NguyenJuly 01, 2025 2 min