RSC for LISP Developers
Explains React Server Components (RSC) by comparing them to the 'code as data' concept of quoting in LISP programming.
Explains React Server Components (RSC) by comparing them to the 'code as data' concept of quoting in LISP programming.
Explains how React Server Components can be used to generate static sites, using a Next.js blog as an example.
Explains the similarities between Astro's component model and React Server Components (RSC) for developers.
A thought experiment reimagining HTML with custom server-side tags, attributes, and a JSON-based output format.
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
Explores key React trends for 2025, focusing on the maturation of React Server Components and the rise of full-stack React frameworks.
A 2025 guide comparing three ways to start a React project: Vite, Next.js, and Remix, detailing their pros, cons, and use cases.
A guide demystifying React Server Components, explaining how they work, their benefits, and how they differ from Server-Side Rendering.
A summary of a live stream Q&A with Dan Abramov and Joe Savona discussing React Server Components, their benefits, and trade-offs.
An overview of key web development trends for 2023, focusing on the shift from client-side to server-side rendering with meta frameworks.
A technical guide for experienced developers on building a Remix app from scratch, bypassing the standard CLI to understand its core components.
A tutorial on refreshing server-side data in Next.js without a full page reload, focusing on the Pages Router.
A developer explores a React SSR hydration bug, explaining the cause and solution for mismatched client/server rendering.
Explains migrating PayPal's server-side templates to React/JSX for unified frontend/backend templating, covering challenges and solutions.
A guide on integrating Redux Saga for handling asynchronous actions in a server-side rendered Next.js application.