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
React JSAdvanced React Patterns 8: Control PropsControl Props Sometimes, people want to be able to manage the internal state of our component from…Daniel NguyenJune 28, 2025 1 min
React JSAdvanced React Patterns 7: State ReducerState Reducer During the life of a reusable component which is used in many different contexts…Daniel NguyenJune 27, 2025 1 min