📜 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
📖 Node.js Docs - Publishing a package: A new official guide that also covers ESM/CJS subtleties.
nodejs.org
Node.js — Publishing a package
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and noscripts.