ViteConf
@ViteConf
Join for the First Ever in-person ViteConf on 9-10 October in Amsterdam! Made possible by @boltdotnew 💜
🚨 Speaker Alert! 🚨 We're incredibly proud to bring together an exceptional group of speakers who are pushing the boundaries of web development with @vite_js. Over the next few days, we'll be highlighting each incredible speaker who will be on our ViteConf 2025 stage in…
⚡ Speaker highlight: Eric Simons, CEO of @boltdotnew and @StackBlitz @EricSimons shares his unique perspective on how Bolt, AI, & Vite are shaping web development's future. Introduced at ViteConf last year, learn about Bolt's evolution & deeper integration with the Vite…

🚀 How will AI reshape web dev? Join us at ViteConf Amsterdam — a 2-day dive into Rust-powered tooling, 25+ talks, and the future of JS. 🎥 Vite documentary 🤝 Meet Evan You, Netlify, StackBlitz & more 🎟️ 1,000 devs. One big shift. #ViteConf #JavaScript #WebDev #TechEvents

⚡ Speaker highlight: Matt Biilmann, CEO of @Netlify What happens when AI moves from assistant to user of your Vite apps? @biilmann will challenge our understanding of developer experience, exploring what it means when not just users, but AI agents interact with your products.…

🎉 Don't miss the ViteConf Conference Party! Oct 10 · Amsterdam Unwind after 2 days of dev talks with music, drinks & 1,000+ devs. Good vibes, great convos. Let’s celebrate! #ViteConf #JavaScript #WebDev #TechEvents #AfterParty

Why is ViteConf different? 🔍 Core-level Vite insights 🌱 Real-world AI + Vite use 🚀 Rust-powered tools (Rolldown, Oxc) 🌟 Stories from teams like bolt new Join us in Amsterdam — or stream it free. #ViteConf #JavaScript #WebDev #AI #Rust

Care about building fast, modern web apps? This is the event to be at! 💡 Why Vite? Because performance matters. Because modern tooling should empower, not slow you down. Because the ecosystem is growing, and this is where the community meets. 👉 viteconf.amsterdam

PostHog migrated from ESLint to Oxlint - pre-commit hook went from 7.7s to 230ms (97% reduction!!!) github.com/PostHog/postho…
I’ve worked with the talented team at @voidzerodev over the last months to enable migrating @linear to Rolldown-Vite. A production build of the Linear client now takes 13 seconds. That’s bundling 10320 modules with a fair amount of complexity. ⚡️ (1) 3.5x faster production…
A follow up to this: we have shipped CJS treeshaking in Rolldown 1.0-beta.23! (currently behind an option) When both using swc as minifier, Rolldown & Rolldown-Vite now produce roughly the same min+gzipped size as rsbuild: github.com/chenjiahan/rea… oxc-minify (alpha status) still…
A bit of clarification: this bundle is not just react-router-dom - it actually bundles two CJS deps: cookie and react itself. The size difference mostly comes down to CJS treeshaking. Rspack indeed has some pretty impressive optimizations for CJS treeshaking. Rolldown hasn't…
Wondering if we just make this a whole new framework how many people would be like THIS IS THE NEW HYPE 🤪
As an example - the following screenshot: - Compiles JSX to Vue Vapor output (Solid-like performance) - Applies Vue reactivity transform (Svelte-like reactive read/write on plain variables) You can also use Solid-like signals API in Vue if you want: vuejs.org/guide/extras/r……