Server Actions with Toast (useActionState)
A tutorial on implementing toast notifications for React Server Actions using the useActionState Hook, including code examples.
A tutorial on implementing toast notifications for React Server Actions using the useActionState Hook, including code examples.
Explains how to use React 19's cache() API to prevent server component waterfall fetching and improve performance in Next.js.
A guide comparing library-first and framework-first approaches to learning React in 2025, considering the evolving ecosystem.
A developer shares technical insights and techniques used to create the whimsical animations and interactive elements on their new course landing page.
A guide to the essential React libraries for building large-scale applications in 2025, covering state, routing, styling, and more.
A 2025 guide comparing three ways to start a React project: Vite, Next.js, and Remix, detailing their pros, cons, and use cases.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A comprehensive guide to Redux, covering its core principles, use cases, and a full practical example for state management in JavaScript/TypeScript apps.
A guide on splitting large React components into smaller, focused units to improve maintainability, reusability, and unit test coverage.
Introducing Glasnost, an open-source mobile client for GitLab designed for better UX on small screens, with multi-host support and themes.
A 5-step guide to organizing React projects, from single-file apps to scalable folder structures for large applications.
A tutorial on using Search Params (Query Params) in React Router 7 to manage and share application state via the URL.
A tutorial on using Descendant Routes in React Router 7 to manage routing for related components without nesting.
A tutorial on implementing Nested Routes in React Router 7 to create tabbed navigation and dynamic view updates.
A quick tutorial and code example for getting started with React Router 7, covering basic routing concepts.
A tutorial on implementing private/protected routes in React Router 7 to control user access based on authentication and authorization.
A tutorial on implementing routing in React using React Router 7, covering setup, navigation, and route configuration.
A developer's journey migrating their personal blog from Gatsby to Next.js and finally to Astro, focusing on build times, maintenance, and performance.
The author announces Neodrag v3, a cross-framework drag-and-drop library, discussing its origins, motivations for the update, and future goals.
A developer reflects on a year of professional growth, including work at Meta, conference speaking, and starting a new role at WorkOS.