React JSReact Suspense 1: Data fetchingData fetching Most applications require some level of data fetching from a server. The code required…Daniel NguyenJune 02, 2025 3 min
React JSReact Suspense: IntroductionSuspense is key to managing async operations declaratively in React. It allows you to handle loading…Daniel NguyenJune 01, 2025 2 min
React JSAdvanced React APIs 9: Sync External StateSync External State Not everything we build on the web is built with React. There are libraries and…Daniel NguyenMay 29, 2025 3 min
React JSAdvanced React APIs 8: Focus ManagementFocus Management Helping the user's focus stay on the right place is a key part of the user…Daniel NguyenMay 28, 2025 2 min
React JSAdvanced React APIs 7: Imperative HandlesImperative Handles Sometimes you need to expose a method to the parent component that allows the…Daniel NguyenMay 27, 2025 1 min
React JSAdvanced React APIs 6: Layout ComputationLayout Computation Sometimes you need to compute the layout of some UI before it is actually…Daniel NguyenMay 26, 2025 1 min