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