Published on 11.03.2026
TLDR: Astro 6 rebuilds its dev server on top of Vite's Environment API so you run your actual production runtime during development, adds a built-in Fonts API and Content Security Policy support, stabilizes Live Content Collections, and introduces an experimental Rust compiler that may replace the Go-based one entirely.
TLDR: Kent C. Dodds shares a refreshingly honest account of migrating kentcdodds.com from an informal multi-package repo to proper npm workspaces with Nx. The migration exposed hardcoded paths, broken Docker stages, and a production outage caused by merging a 726-file refactor from a phone.
Migrating to Workspaces and Nx
TLDR: A guide argues that Next.js 16 with Turbopack as the stable default bundler, React Server Components as the default rendering model, and Server Actions for type-safe mutations makes it the most practical choice for SaaS development in 2026.