📜 Functional HTML: Dan gradually reinvents the HTML he wants from first principles, leading to an RSC implementation.
overreacted.io
Functional HTML — overreacted
Tags on both sides.
📜 RSC for Astro Developers: RSC and Astro have 2 remarkably similar mental models, but Dan exposes some interesting subtle differences. RSCs may feel less intuitive at first, but they also solve some of Astro’s limitations.
overreacted.io
RSC for Astro Developers — overreacted
Islands, but make it fractal.
📜 The future of AI interaction: Beyond just text: Kent argues that MCPs could have a role to play in implementing generative UIs with React Server Components. He wants the protocol to allow richer return types like html and RSC payloads.
www.epicai.pro
The future of AI interaction: Beyond just text
The Model Context Protocol (MCP) is revolutionizing AI interactions by enabling dynamic, UI-driven experiences—pushing beyond text to deliver real user value.
📜 Frontends are hard: The devs at SST reflect on the challenges of self-hosting modern meta-frameworks, including React ones, that led them to start the OpenNext initiative.
SST
Frontends are hard
Modern serverless frontends are hard to deploy and here's why.
📜 Add a Color Scheme Toggle in React Router: This method avoids FOUC with a cookie instead of inlined JS.
Sergio Xalambrí
How to Add a Color Scheme Toggle in React Router by sergiodxa
The blog of sergiodxa
📜 Robust Data Fetching Architecture For Complex React/Next.js Apps: Suggests using 3 layers: Server Components, React Query, and Optimistic Updates.
trevorlasn.com
Robust Data Fetching Architecture For Complex React/Next....
How I use the 'Three Layers of Data' architecture pattern for React and Next.js apps to avoid common pitfalls, tech debt, and improve performance
👍1
📜 Server Components Give You Optionality: They give flexibility to choose in which environments your components run in (Server, Server+Client, or Client) and when.
Saewitz
Server Components Give You Optionality | Daniel Saewitz
📦 Unhead 2.0 - The full stack <head> package for any framework: This framework-agnostic package from the UnJS ecosystem now includes React bindings. This could be a great drop-in alternative to
react-helmet with React 19 support if the new built-in APIs are not good enough for you (see my comment here).Unhead
Unhead v2: The full-stack <head> package for any framework.
Unhead v2 is here! With first-class support for all major frameworks, a complete core rewrite, and a focus on performance, Unhead is the ultimate <head> manager.
👍1
📦 Blade - Build instant web apps with React: A new opinionated React meta-framework with Server Components support, that purposefully doesn’t comply with the RSC spec.
GitHub
GitHub - ronin-co/blade: A React framework for building instant web apps.
A React framework for building instant web apps. Contribute to ronin-co/blade development by creating an account on GitHub.
👍1