Articles for the Full-Stack tag
-
Wasp: The Batteries-Included Full-Stack Framework That Writes Its Own Plumbing
If you've ever spent the first week of a project gluing React to an Express backend, bolting on auth, and hand-rolling an API layer, Wasp wants to give that week back to you.
-
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.
-
Shovel.js: What If Your Server Was Just a Service Worker?
What if the browser already had the right programming model for servers, and we just needed someone to notice? Shovel.js brings the Service Worker model to the backend, and the result is surprisingly elegant.
-
tRPC: Typesafe APIs Without the Drama
Forget writing schemas, forget code generation, forget manually syncing types between client and server. tRPC gives you automatic end-to-end type safety by letting TypeScript do what it does best.