Articles for the SSR tag
-
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.