December 14, 2022
SvelteKit 1.0 released
The Svelte team shipped SvelteKit 1.0 on December 14, 2022 — a full-stack framework with file-based routing, SSRServer-side rendering — HTML generated on the server for faster first paint and SEO., and compile-time optimizations.
What it was for
SvelteKit pairs Svelte's compile-away framework with adapters for VercelA platform for front-end deployment — hosts Next.js and static sites with edge functions., NetlifyA platform for deploying static sites and serverless functions — Git push to production., and NodeNode.js — JavaScript on the server via an event-driven runtime built on V8. — shipping less JavaScript to the browser than many ReactA JavaScript library for building UIs — component trees and declarative rendering for the web. SPAs. It became the go-to for teams wanting ReactA JavaScript library for building UIs — component trees and declarative rendering for the web.-like productivity with smaller bundles and simpler mental models.
Why it's here
SvelteKit 1.0 gave the 'disappearing framework' a production-ready app shell.
Why it mattered
It validated compile-time frameworks as an alternative to virtual-DOM giants.
What it solved
Svelte needed routing, SSRServer-side rendering — HTML generated on the server for faster first paint and SEO., and deployment adapters before teams could build real products on it.
Media
- ImageSvelte
Rich Harris, MIT, via Wikimedia Commons
Related
- Vue 3.0 releasedSeptember 18, 2020
- Next.js 13 introduced the App RouterOctober 25, 2022