#vitejs
Vite 7.2 is out! ⚡️

🗃️ `build.license` option
🔌 proxy + HTTP2 support
💜 and more features and fixes

Don't forget to check the complete changelog at github.com/vitejs/vite/...
github.com
November 5, 2025 at 10:56 AM
tsdown v0.16.0 is out now, featuring Vite DevTools integration!

Just install `@vitejs/devtools` and run `tsdown --debug` for an early preview.

Big thanks to @antfu.me, @arlo7.me, and @hyf0.bsky.social for their help!
November 4, 2025 at 12:44 PM
SvelteKit 3 / Vite 8 will be built on rolldown. You can use it now if you're adventurous!

If you're not using the new remote functions, it largely works without issue and is much faster.

We'd love help in discovering any bugs that haven't been unearthed yet! Post them at github.com/vitejs/rolld...
November 4, 2025 at 8:23 PM
Vite 7.2.0-beta.1 is out ✋
Beta docs at main.vitejs.dev

🗃️ `build.license` option
🔌 proxy + HTTP2 support
💜 and more feats and fixes

Help us test the beta and give us feedback!

Full changelog linked below.

github.com/vitejs/vite/...
github.com
October 29, 2025 at 7:40 AM
I tried to take a look and got wildly side-tracked. It reminded me to look at another bug in enhanced-img and I made no progress on it which I finally figured out was due to hitting a bug in Vite. So nothing has been improved in enhanced-img, but Vite got a new bug report: github.com/vitejs/vite/...
`import.meta.glob` brace expansion does not work with single item · Issue #21013 · vitejs/vite
Describe the bug This returns no results: import.meta.glob("./images/*.{png}") While this works: import.meta.glob("./images/*.png") And this works: import.meta.glob("./images/*.{png,svg}") Reproduc...
github.com
October 27, 2025 at 8:30 PM
No, none of those things are necessary

Here's a reproduction that doesn't use any of those things stackblitz.com/edit/vitejs-vite…
Vitejs - Vite (duplicated) - StackBlitz
Next generation frontend tooling. It's fast!
stackblitz.com
October 23, 2025 at 1:13 PM
i think the correction on tree-shaking with esbuild also applies to vite- i just tested importing the version key from package.json and only the version shows up in the compiled output
stackblitz.com/edit/vitejs-...
am i misunderstanding something?
Vitejs - Vite (duplicated) - StackBlitz
Next generation frontend tooling. It's fast!
stackblitz.com
October 22, 2025 at 4:26 PM
There's also an example / test case here github.com/vitejs/vite-... Though mine is quite a rough sketch, the important part is to use temporary references to achieve "donut pattern" (i.e. static shell + dynamic children). I've wanted Jacob to pick up this part in his library.
October 17, 2025 at 1:01 AM
I wrote a proposal for improving client assets management on Vite SSR application by introducing `?assets` query import. It includes many examples to demonstrate how it can be used in various routers and frameworks setup. Feedback is appreciated! github.com/vitejs/vite/...
RFC: Client assets metadata API for SSR · vitejs vite · Discussion #20913
This proposal introduces a new API that enables server code to access client runtime assets metadata required for server-side rendering in a framework agnostic way. This feature is currently protot...
github.com
October 15, 2025 at 4:24 AM
The Remix 3 server-side router is `fetch` based

which means it also runs in the browser

which means you can build a SPA router on top of it

with fine grained event-driven rendering if that's your jam

(it could also live in a service worker)

stackblitz.com/edit/vitejs-...
Vitejs - Vite (duplicated) - StackBlitz
Next generation frontend tooling. It's fast!
stackblitz.com
October 13, 2025 at 2:18 PM
📦 vitejs / vite
⭐ 75,748 (+40)
🗒 TypeScript

Next generation frontend tooling. It's fast!
GitHub - vitejs/vite: Next generation frontend tooling. It's fast!
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
github.com
October 11, 2025 at 4:02 PM
"I'm super happy for them and I think they should take over the world."

Hear the full story of how @vitejs did just that.

Vite: The Documentary premieres tomorrow ⚡️
7pm CET | 12pm CST on our YT channel!
October 8, 2025 at 7:27 AM
September 27, 2025 at 9:24 PM
I've been experimenting with Nitro and made a plugin for `@vitejs/plugin-rsc`-based app
to be deployed anywhere. Here is an example with React Router RSC! github.com/hi-ogawa/rea...
September 25, 2025 at 3:26 AM
📦 vitejs / vite
⭐ 70,033 (+34)
🗒 TypeScript

Next generation frontend tooling. It's fast!
GitHub - vitejs/vite: Next generation frontend tooling. It's fast!
Next generation frontend tooling. It's fast! Contribute to vitejs/vite development by creating an account on GitHub.
github.com
January 17, 2025 at 6:05 PM
これまだ起きてるんだ "Lots of warnings when building project with Vite 5, Material UI and sourcemaps enabled · Issue #15012 · vitejs/vite" https://github.com/vitejs/vite/issues/15012
August 30, 2024 at 1:26 PM
Die Syntax ist mE eingängiger und es lebt ja noch. 🤓

ViteJS ist halt mW vor allem für JS-Frontends im Einsatz, aber lasse mich gerne eines besseren belehren.
April 19, 2024 at 1:48 PM
Frontend dev: Just realized we still use Yarn v1 despite it already having Yarn v4. What? How come I didn't know about it. 🤔 Pretty awesome. #frontenddev #reactjs #vitejs #yarnjs #tarklab #airontark
February 17, 2025 at 6:00 AM
Understanding by Creating a Simple React App from Scratch The fondamental for starting a robust ReactJS app! What you will learn Learn to build a ReactJS website with ViteJS Learn to build React MVP projects Learn React by building a micro web applicati...

| Details | Interest | Feed |
Origin
studybullet.com
June 1, 2025 at 10:31 PM
I made a reproduction about it with the Ark UI Field component in this stackblitz.
stackblitz.com/edit/vitejs-...
Ark UI VeeValidate validateOnModelUpdate false - StackBlitz
Next generation frontend tooling. It's fast!
stackblitz.com
May 3, 2025 at 8:04 PM
Closing on a massive migration from webpack to vitejs on an in-house framework. So much insights to share, pitfalls, good practice.

I have at least two blog posts outlined, waiting on management if I can release details.
October 29, 2024 at 4:46 AM
Pour ceux qui connaissent mon starter #wordpress PressWind. La V2 arrive prochainement. Pour avoir une idée de l’évolution : => https://github.com/WP-Performance/wp-performance-theme Vitejs 5, BiomeJS, Tailwind,… dynamic import…
GitHub - wpperformance/wp-performance-theme: Theme of WP Performance WebSite
Theme of WP Performance WebSite. Contribute to wpperformance/wp-performance-theme development by creating an account on GitHub.
github.com
November 11, 2024 at 5:18 PM