React JSAdvanced React APIs: Sync Exernal StoreSynchronizing External State in React Using useSyncExternalStore When building modern web…Daniel NguyenJune 19, 2025 2 min
React JSAdvanced React APIs: Focus Management🎯 Mastering Focus Management in React: flushSync , Inline Editing, and Accessibility When building…Daniel NguyenJune 18, 2025 2 min
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