HTMX – Server Components without React
Explores using HTMX to create server-side UI components without React, comparing it to tRPC and React Server Components for building interactive admin pages.
Explores using HTMX to create server-side UI components without React, comparing it to tRPC and React Server Components for building interactive admin pages.
A guide to effectively composing React Server and Client Components to maintain performance benefits while adding 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.
Explains how to use React 19's cache() API to prevent server component waterfall fetching and improve performance in Next.js.
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 implementing advanced, shareable search and filter state management in Next.js App Router using URL parameters and React 19 features.
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.
Exploring if React Query is still necessary with the rise of React Server Components and discussing its role in modern data fetching.