Articles for the SSR tag
-
html-react-parser: Turn HTML Strings Into Real React Elements
Sooner or later every React app meets a blob of HTML it didn't author. Here's how to render it as proper React instead of stuffing it into an innerHTML escape hatch.
-
React Notion X: Turn Notion Into a Lightning-Fast Website
Notion is a wonderful place to write, but a sluggish place to publish. React Notion X bridges that gap, letting you keep writing in Notion while shipping a site that loads in a blink.
-
Vavite: Va Vite, Run Vite on the Server
If Vite spoils your frontend with instant hot reloading, why should your backend settle for a full process restart on every save? Vavite answers that question by making your server a first-class Vite citizen.
-
Modern.js: ByteDance's Progressive React Framework with a Rust-Powered Heart
Most full-stack React frameworks ask you to wire up a router, a data layer, a bundler, and a backend yourself. Modern.js folds all of that into one opinionated, progressively-adoptable package built on a fast Rust bundler.
-
Shiki: Paint Your Code Exactly Like VS Code
Most syntax highlighters approximate what your editor shows. Shiki ships the real thing — VS Code's own grammars and themes — and bakes the result into static HTML.
-
React Use Sub: A Lightweight Subscription-Based Store for React
Welcome to this introduction to the ‘react-use-sub’ library. This article will guide you through the basics of using this library to create a lightweight subscription-based store for your React applications.