React Tech Stack [2025]
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
An updated guide on React ref callbacks, covering changes in React 19 and best practices for avoiding unnecessary re-renders.
Explores common React data fetching patterns like sequential and parallel fetching for components on client and server.
Explains how to structure large React applications using a feature-based architecture for better scalability and maintainability.
A talk on the responsibilities of open-source library maintainers, focusing on community interaction, documentation, and support beyond just coding.
A React Advanced 2024 talk on designing effective documentation, sharing lessons learned from writing the Redux documentation.
A guide on handling FormData in React forms, covering extraction, conversion to objects, and validation with Zod.
A freelance React developer argues for charging by the hour instead of by project value to handle scope creep and changing requirements.
A guide on preventing automatic form resets after failed server actions in React/Next.js to improve user experience.
A deep dive into the API design choices, tradeoffs, and lessons learned from developing the popular TanStack React Query library.
A guide to creating a custom React hook for handling various keyboard shortcuts, including single keys, combinations, and sequences.
A step-by-step React tutorial on implementing drag and drop functionality using the @hello-pangea/dnd library.
A beginner-friendly tutorial on creating a custom, interactive dropdown menu component in React from scratch.
A developer shares their personal story of gaining visibility by consistently sharing knowledge, teaching complex topics, and engaging with the community.
A guide exploring various methods for fetching data in React, from older techniques to modern approaches like React Server Components.
A guide to creating a custom React microphone component for recording audio in the browser, with a link to a reusable code gist.
React is evolving into a full-stack framework with Server Components and Server Actions, bridging the gap between frontend and backend development.
A conference talk exploring the modern reasons and use cases for using Redux in React applications today.
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.