React JSAdvanced React Patterns 2: Latest RefLatest Ref When React introduced hooks it did more than give us an excellent primitive with super…Daniel NguyenJune 22, 2025 4 min
React JSAdvanced React Patterns 1: CompositionComposition 🦉 If you're unfamiliar with the concept of "Prop Drilling" then please read this blog…Daniel NguyenJune 21, 2025 2 min
React JSAdvanced React Patterns: IntroductionMake your code better than ever by learning the strengths and weaknesses of several advanced…Daniel NguyenJune 20, 2025 2 min
React JSReact Suspense 6: OptimizationsOptimizations Waterfalls React Suspense is a powerful way to colocate data requirements with the UI…Daniel NguyenJune 07, 2025 4 min
React JSReact Suspense 5: ResponsiveResponsive Something you'll remember from previous exercises is that when you suspend with a…Daniel NguyenJune 06, 2025 2 min
React JSReact Suspense 4: Suspense imgSuspense img You can suspend more than just fetch requests with Suspense and the use hook…Daniel NguyenJune 05, 2025 6 min
React JSReact Suspense 3: Optimistic UIOptimistic UI The idea of "Optimistic UI" is based on the belief that most of the time the things…Daniel NguyenJune 04, 2025 3 min
React JSReact Suspense 2: Dynamic PromisesDynamic Promises Promise caching Fetching data in our components is great, but this would be a…Daniel NguyenJune 03, 2025 4 min
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