React Summit 2024: Why Use Redux Today?
A conference talk exploring the modern reasons and use cases for using Redux in React applications today.
A conference talk exploring the modern reasons and use cases for using Redux in React applications today.
Explores the React useRef hook, detailing its use for DOM elements and non-DOM values like API streams, with practical examples.
Learn two methods to pass extra arguments, like a post ID, to server actions in React forms using hidden fields or function binding.
A tutorial on implementing loading states in React forms using actions, including the useActionState hook.
Analysis of React 19's Suspense changes causing unexpected waterfalls and parallel loading issues, based on discoveries from the React Summit conference.
Explains why you shouldn't disable React's exhaustive-deps lint rule and offers strategies to properly manage useEffect dependencies.
Explains how Google Translate's DOM manipulation causes crashes in React and other web apps, detailing the technical issues and potential workarounds.
A guide to creating a SuperLink component in Next.js that combines Link and anchor tag features for automatic prefetching.
A developer reflects on lessons learned from building a cross-platform React/React Native design system, focusing on consistency, velocity, and avoiding tight coupling.
A step-by-step implementation guide for a Virtual DOM library in ~200 lines of JavaScript, explaining the core concepts behind React and Vue.
Argues for using multiple React component compositions over inline conditionals for better code maintainability and understandability.
A guide to using React's useDeferredValue hook to optimize UI performance and prevent janky interfaces.
A developer's monthly digest covering tech articles, books, and personal thoughts on switching from an iPad to a Kindle Scribe for focused reading.
A guide on using react-hook-form's Controller component to handle simple array values, avoiding the complexity of useFieldArray.
A technical guide on generating dynamic Open Graph (OG) images using React, the Satori library, and Netlify Edge Functions.
A satirical and critical look at Single-Page Applications (SPAs), explaining their concept while humorously highlighting performance and complexity trade-offs.
A guide to implementing React's useOptimistic() hook across layouts and pages in Next.js using a Context provider for optimistic UI updates.
Explains React hydration mismatches in SSR and how to use useSyncExternalStore to prevent them, covering common pitfalls and solutions.
An overview of emerging React trends for 2024, focusing on Astro for performance and new authentication libraries.
A guide to building flexible, reusable React components using polymorphic patterns with TypeScript for type safety.