Tag: #vite
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
Reading the SvelteKit 3.0 Pre-Release — What Breaks, What Tightens, and What Is Still Experimental
Since June 5, 2026, npm has been shipping 3.0.0-next pre-releases of @sveltejs/kit, and as of July 14 it has reached next.8. Reading the changelog start to finish makes one thing clear: SvelteKit 3 is not a feature major
2026-07-17 · 12 min read #svelte#sveltekit#frontend#vite#migrationFrontend Frameworks 2026 Complete Guide - React 19, Vue 3.6 Vapor, Svelte 5, SolidJS 2, Qwik, Astro 5, HTMX 2, Next 16, Nuxt 4, Angular 19, Tailwind 4, Vite 6 Deep Dive
As of May 2026 the frontend landscape is unrecognizable compared to four years ago. React 19.1 with the React Compiler is GA, Vue 3.6 shipped Vapor Mode, Svelte 5 runes are settled and SvelteKit 3 followed, SolidJS hit 2
2026-05-16 · 18 min read #frontend#react#vue#svelte#solidjsJS Build Tools Rust Wave 2026 — Turbopack, Rspack, Rolldown, oxc, Biome, Vite 6, Bun Deep Dive
The JavaScript build chain is going through a generational rewrite in 2026. webpack and Babel, Rollup and Prettier, ESLint and terser — the tools that defined an era are being replaced by Rust rewrites. Turbopack is now
2026-05-15 · 21 min read #javascript#build-tools#turbopack#rspack#esbuildTailwind CSS 4 Deep Dive — Oxide Engine, Vite-First Architecture, CSS-First Config, and a Real v3 Migration Story for 2026
Tailwind CSS 4 is not a point release. It is a rewrite — the engine is in Rust, the JS config file is gone, the content array is gone, and the entire toolkit of modern CSS is now wired straight into the framework. A year
2026-05-14 · 18 min read #tailwind-css#tailwind-v4#oxide#vite#cssAstro 5 Deep Dive: Server Islands, Content Layer, and the New Standard for Content Sites
Astro 5 shed the 'static site generator' label and became the de facto standard for content-driven sites. Server Islands defer personalization while keeping static-first; the Content Layer API turns any data source into
2026-05-14 · 18 min read #astro#astro-5#server-islands#content-layer#islands-architectureVite 8.0 and Rolldown Bundler: Innovation in Rust-Based Frontend Build Tools
Analyzes the 10-30x build performance improvements achieved by Vite 8.0 integrating esbuild and Rollup into the Rust-based Rolldown bundler. Provides a practical guide covering installation, migration, benchmarks, and tr
2026-03-15 · 20 min read #devops#vite#rolldown#rust#frontend