React JSAdvanced React APIs: Imperative Handles🎯 Imperative Handles in React 19 In React, we usually build UIs in a declarative way. But…Daniel NguyenJune 17, 2025 1 min
React JSAdvanced React APIs: Layout Computation🧠Understanding useLayoutEffect : Fixing UI Flicker with Precise Layout Computation in React When…Daniel NguyenJune 16, 2025 2 min
React JSAdvanced React APIs: Portals🎯 Understanding React Portals: When and How to Use Them In many web applications, there comes a…Daniel NguyenJune 15, 2025 2 min
React JSAdvanced React APIs: Shared Context🧠How to Share State Across React Components Using Context and Custom Hooks When working with React…Daniel NguyenJune 14, 2025 2 min
React JSAdvanced React APIs: Custom Hooks🧠Demystifying Custom Hooks, Memoization, and useCallback in React React's flexibility empowers…Daniel NguyenJune 13, 2025 2 min
React JSAdvanced React APIs: State Optimization🧠React State Optimization: Avoiding Unnecessary Renders React is designed to efficiently update…Daniel NguyenJune 12, 2025 2 min