Impossible Components
Explains how to split React components into backend and frontend parts to handle server-side data and client-side interactivity.
Explains how to split React components into backend and frontend parts to handle server-side data and client-side interactivity.
A deep dive into React Server Components, exploring the conceptual differences between tags and function calls in programming.
A guide to implementing authorization in Next.js applications using React Server Components, Server Actions, and the App Router.
Explores common React data fetching patterns like sequential and parallel fetching for components on client and server.
A tutorial on implementing custom authentication in Next.js 15 using App Router, Server Components, and Server Actions.
A guide to modern and legacy React component types and patterns, explaining which are still relevant in 2024.
React is evolving into a full-stack framework with Server Components and Server Actions, bridging the gap between frontend and backend development.
An overview of emerging React trends for 2024, focusing on Astro for performance and new authentication libraries.