React JSAdvanced React Patterns 3: Compound ComponentsCompound Components Compound components are components that work together to form a complete UI. The…Daniel NguyenJune 23, 2024 3 min
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, 2024 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, 2024 2 min
React JSAdvanced React Patterns: IntroductionMake your code better than ever by learning the strengths and weaknesses of several advanced…Daniel NguyenJune 20, 2024 2 min
React JSWhy Choose Next.jsNext.js is a popular React framework that offers a range of features and benefits for developers…Daniel NguyenJune 14, 2024 1 min
React JSReact Suspense 6: OptimizationsOptimizations Waterfalls React Suspense is a powerful way to colocate data requirements with the UI…Daniel NguyenJune 07, 2024 4 min
EnglishThe way in which information is taughtThe way in which information is taught can vary greatly across cultures and time-periods. Entering…Daniel NguyenJune 06, 2024 4 min
React JSReact Suspense 5: ResponsiveResponsive Something you'll remember from previous exercises is that when you suspend with a…Daniel NguyenJune 06, 2024 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, 2024 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, 2024 3 min