Evan You
@evanyou.me
๐ค 16693
๐ฅ 315
๐ 74
Husband / Father of two / Founder voidzero.dev / Creator
@vuejs.org
&
@vite.dev
reposted by
Evan You
ViteConf
4 days ago
A special message from the creator himself! ๐ Hear directly from
@evanyou.me
, the mind behind
@vite.dev
and founder of
@voidzero.dev
, what to expect at this year's ViteConf! Secure your spot to experience the future of web development.
viteconf.amsterdam
loading . . .
1
33
6
reposted by
Evan You
VoidZero
4 days ago
To everyone attending
@squiggleconf.com
in the next two days - enjoy two days packed with knowledge around Web Dev Tooling. Proud to support the non-profit conference ๐๐ป
1
20
3
reposted by
Evan You
VoidZero
14 days ago
Rolldown drops CJS support! From the latest version of
@rolldown.rs
(1.0.0-beta.36) on, Rolldown will only be released in the ESM format. The required Node version has also been bumped to align with
@vite.dev
(20.19+ and 22.12+). Node 18 has been dropped due to being EOL since April.
5
83
9
reposted by
Evan You
ViteConf
14 days ago
โก Speaker highlight: James Opstad, Engineer at
@cloudflare.social
Nobody wants differences in dev and prod! James will show us how the Cloudflare
@vite.dev
plugin uses the new Environment API to solve this issue. Learn how framework and platform plugins work together through a shared contract!
0
17
5
reposted by
Evan You
ViteConf
18 days ago
โก Speaker highlight: Jim Dummet, Core Team at Oxc As a JS Dev, every tool seems to be rewritten in Rust. But If our tools migrate to another language, will we be ale to customize them? Jim explains how Oxc plans to allow customization via JS plugins, all while maintaining exceptional performance!
0
24
6
reposted by
Evan You
ViteConf
19 days ago
โก Panel highlight: Future of Web Development This panel is a deep dive with creators and industry leaders to discuss the biggest trends, challenges, and opportunities in web dev. What do YOU want them to talk about? Drop your questions in the comments below make sure we cover what matters most!
2
34
9
reposted by
Evan You
Alexander Lichter
20 days ago
Kicking off the
@voidzero.dev
offsite! The whole team for the first time in a single room ๐๐๐ป
1
60
3
reposted by
Evan You
ViteConf
20 days ago
โก Speaker highlight: Ryan Carniato, Creator of
@solidjs.com
When talking about what is next in web dev, signals have to be mentioned somehow. And who could it do better than the creator of Solid!
@ryansolid.bsky.social
will join us remotely as panelist to shed some light on the future of web dev.
1
30
4
reposted by
Evan You
VoidZero
21 days ago
What's new in ViteLand? Our August 2025 recap is out ๐ฃ Big steps for Oxlint: Type-aware linting preview & custom JS plugins roadmap ๐ผ๏ธ
@vitest.dev
has visual regression support in beta โฉ Native plugins enabled by default in rolldown-vite ๐ค Smaller bundles due to
@rolldown.rs
and Oxc ๐ and more
1
40
10
reposted by
Evan You
Vladimir
26 days ago
Vitest 4 runs simple test files faster! You can already check it out by installing Vitest 4 beta. On average, Vitest now takes 25% less time to start the test. Due to parallelisation, the overall time difference can vary. We are focusing our efforts on improving the time even more in the next beta!
6
96
16
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Kevin Deng, Creator of tsdown When it comes to publishing and packing libraries, there are tons of things to consider. Luckily,
@sxzz.dev
built an all-in-one solution! Meet tsdown and learn about automatic dts generation, dependency analysis, multi-format output and more!
0
19
6
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Vladimir Sheremet, Core Maintainer of
@vitest.dev
The State of Vitest is a must-see!
@erus.dev
will give us the news on the most interesting testing framework, covering the latest features, performance boosts, and what's next for the
@vite.dev
powered testing experience
1
23
6
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Jessica Sachs, FOSS Nerd at
@hero.dev
The Browser mode is one of the most exciting features of
@vitest.dev
!
@jess.sh
will reveal what makes it so powerful, moving beyond JSDOM. Youโll learn how you can use it for component testing & cases beyond A game-changer for testing! โ
1
28
8
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Yann Braga, Core Maintainer at
@storybook.js.org
Storybook is well-known as a one-stop-shop for your components and partnered with
@vitest.dev
to build the ultimate component testing flow.
@yannbf.bsky.social
will give us insights and show the full power of Storybook x Vitest
0
25
8
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Matt Kane, Core Maintainer of
@astro.build
The Future of Astro is being unveiled at this year's ViteConf!
@mk.gg
will share where the framework is headed next, how it's pushing the boundaries with its
@vite.dev
powered architecture, and what that means for your next project. ๐
0
14
3
reposted by
Evan You
ViteConf
28 days ago
โก Speaker highlight: Kenneth Skovhus, Product Engineer at Linear Speed shapes everything at Linear, from how they ship features to how they operate. Kenneth walks us through the systems they've built for fast iteration, and the challenges and wins of adopting the Vite toolchain (yes, toolchain)!
0
11
2
reposted by
Evan You
James
27 days ago
doing a short talk later this year for anyone interested ๐
add a skeleton here at some point
1
35
4
reposted by
Evan You
ViteConf
26 days ago
โก Speaker highlight: Atila Fassina,
@solidjs.com
core team member Since last ViteConf a lot changed:
@nitro.build
got more powerful, and TanStack Start made waves. All of that had strong influence on Solidโs meta framework
@atila.io
will explain the consequences and what improvements this unlocked!
0
13
4
reposted by
Evan You
VoidZero
about 1 month ago
โ๏ธOxlint with type-aware linting is here โ๏ธ โ 40 type-aware rules supported, including the famous `no-floating-promises` rule โ Built on top of `tsgolint` and `ts-go` โ Brings speed improvement & correctness Read more in the latest announcement
voidzero.dev/posts/announ...
loading . . .
Announcing Oxlint Type-Aware Linting
Oxlint with type-aware linting is now available and supports 40 long-awaited rules including no-floating-promises. Oxlint uses tsgolint, which @auvred initially prototyped as typescript-eslint/tsgolin...
https://voidzero.dev/posts/announcing-oxlint-type-aware-linting
0
91
14
reposted by
Evan You
ViteConf
about 2 months ago
๐จ Vite documentary trailer ๐จ The official trailer of the Vite documentary is here! Get a behind-the-scenes look at the creation and growth of Vite, featuring Vite core team members, framework authors, and key members of the community. Don't miss the full documentary premiering at ViteConf ๐ฅ
add a skeleton here at some point
1
30
3
reposted by
Evan You
ViteConf
about 2 months ago
โก Speaker highlight: Zack Chapple & Dima Shekhovtsov, Zephyr Cloud Module federation is an important architecture for large-scale application that allows true modularization and code sharing between apps. But how to achieve it? Dima and Zack will show how to ship federated React apps with ease!
0
3
3
reposted by
Evan You
ViteConf
about 2 months ago
โก Speaker highlight: Tanner Linsley, Creator of TanStack No matter if it is Routing, State Management, or a Vite-based Framework: The TanStack got your covered. And
@tannerlinsley.com
, the mind behind TanStack Query, Router & Start is joining us at ViteConf Get ready to meet the TanStack creator!
0
38
7
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Pooya Parsa, Creator of
@nitro.build
Nitro, a powerful server toolkit is powering the meta-framework world. From
@nuxt.com
over to
@solidjs.com
Start and
@analogjs.org
. With Nitroโs upcoming v3, it will become "just a
@vite.dev
plugin" Curious for more? Then see
@pi0.io
's talk
1
39
9
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Joe Tannenbaum, Lead Engineer at
@laravel.com
Using Vite with a Backend Framework? But not only for asset bundling Watch
@joe.codes
' talk and find out how Laravel uses Vite to close the gap between server-side PHP & client-side TS to achieve true end-to-end type safety and more
1
10
4
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Jacob Gross, Engineer at
@framer.com
Framer has been using Rolldown in production early on - with success!
@kurtextrem.de
explains in his talk: 1๏ธโฃ How it compares to esbuild 2๏ธโฃ The importance of fine-grained chunking, for Framer & your app 3๏ธโฃ Real world experience using Rolldown
0
6
4
reposted by
Evan You
ViteConf
about 1 month ago
โก Speaker highlight: Daniel Roe, Framework Lead @ Nuxt
@nuxt.com
is evolving!
@danielroe.dev
will provide an inside look into the Vue-based framework. Wonder how Nuxt's internal Vite builder will rely on the Environment API? Or how end-to-end typesafety is achieved? Then don't miss Daniel's talk ๐
0
48
9
reposted by
Evan You
Boshen
about 2 months ago
`oxlint --type-aware`. Mic drop. It's incomplete and have numerous problems, including a noticeable performance issue. BUT, you can finally see your floating promises quickly! Example PR:
github.com/rolldown/rol...
Problems:
t.co/K7ZVnPjOPL
3
111
18
reposted by
Evan You
Sarah Drasner
about 2 months ago
JS Conf US is happening again! This is a big deal, it has not occurred for some time. I'm thrilled to keynote and speak alongside folks I deeply admire:
@devdevcharlie.com
@evanyou.me
@aysegul.bsky.social
, more My talk is on fundamentals! We'll go deep into plaforms and systems, using my drawings
4
85
12
reposted by
Evan You
VoidZero
about 2 months ago
What's new in ViteLand? Our July 2025 recap is out. ๐ Announcing 1st in-person
@viteconf.org
in Amsterdam ๐
@vite.dev
surpassing webpack's downloads โฉ Major performance boosts for
@rolldown.rs
๐ฅ Type-aware linting & custom rules for Oxlint ๐ and more Read the post:
voidzero.dev/posts/whats-...
loading . . .
Whatโs New in ViteLand: July 2025 Recap
July 2025 brings exciting updates in the Vite ecosystem, including the release of Vite 7, Rolldown's new features, and the upcoming ViteConf in Amsterdam. Discover the latest news in Vite, Vitest, Oxc...
https://voidzero.dev/posts/whats-new-jul-2025
0
60
12
reposted by
Evan You
Cult.Repo
about 2 months ago
Vite: The Documentary premieres October 9th at
@viteconf.org
in Amsterdam โก
youtu.be/46fe5AFc0tY
loading . . .
2
127
35
reposted by
Evan You
ViteConf
2 months ago
โก Speaker highlight: Jessica Janiuk, Staff Engineer
@angular.dev
Angular lived through a renaissance recently With new features and improved DX but also betting on Vite & testing via Vitest But is this the end? No!
@thepunderwoman.com
will tell us about Angularโs Vite future.
viteconf.amsterdam
1
42
13
reposted by
Evan You
ViteConf
2 months ago
โก Speaker highlight: Matt Biilmann, CEO of
@netlify.com
What happens when AI becomes user of your Vite apps?
@biilmann.blog
will challenge our understanding of developer experience, exploring what it means when but AI agents interact with your products. How does this impact your Vite apps?
0
20
6
reposted by
Evan You
Alexander Lichter
2 months ago
Oxlint is making a huge step forward! Two new updates: JS custom rules, with ESLint compatible API are on the way. The first prototype gives a good speedup already! ๐ฅ Type-aware rules. Full coverage no-floating-promise through tsgolint, integrated like the other oxlint rules and extremely fast.
5
135
15
reposted by
Evan You
Cam McHenry
2 months ago
It's been great to work on prototyping this! I'm really excited by typescript-go and looking forward to getting this released as soon as we can. The future is fast โก๏ธ
add a skeleton here at some point
0
46
4
reposted by
Evan You
Boshen
2 months ago
oxlint + tsgolint = no slow down! no-floating-promises completes 4.4k files in 3.2 seconds, in the vscode repo. typescript-go is the future, all credits to the ts-go team! We just glued everything together ๐
github.com/microsoft/ty...
4
160
26
reposted by
Evan You
ViteConf
2 months ago
โก Speaker highlight: Evan You ViteConf wouldnโt be the same without
@evanyou.me
, creator of Vue & Vite. His talks always drop major news ๐ This year, he'll reveal how Vite is evolving beyond a build tool into a full Rust-based toolchain. You won't want to miss it! More info on
viteconf.amsterdam
0
49
9
reposted by
Evan You
Boshen
2 months ago
> OXC is not only more performant but also had much nicer ergonomics
endform.dev/blog/js-is-b...
1
19
2
reposted by
Evan You
Alexander Lichter
2 months ago
Wow!
@sapphi.red
just made
@rolldown.rs
Vite's
startup time 2x quicker
. How? By
dealing with PIFEs
and optimizing for the v8 engine, also coming to Oxc ๐ Everyone knows IIFEs but PIFEs? ๐ Really impressed by such deep knowledge ๐
loading . . .
feat: use PIFE for callbacks passed to `__esmMin` wrapper by sapphi-red ยท Pull Request #5319 ยท rolldown/rolldown
This PR changes the generated code to use PIFE for callbacks passed to __esmMin wrapper. This improved the start up runtime performance by 2.1x in the case I tested. I tested this change on https:/...
https://github.com/rolldown/rolldown/pull/5319
0
56
10
reposted by
Evan You
Alexander Lichter
2 months ago
โจ Node.js: Now with Rolldown? Yes - to some degree!
@rolldown.rs
is planned to power the future API documentation generator of
@nodejs.org
. More info in the linked PR!
github.com/nodejs/api-d...
loading . . .
feat(web): add web generator by avivkeller ยท Pull Request #285 ยท nodejs/api-docs-tooling
Fixes #7. This PR adds the web generator. Tasks / Issues P1 โ Must Complete Before Merge Add more items (anyone can do this as they review1) P2 โ Must complete before migration Add more items ...
https://github.com/nodejs/api-docs-tooling/pull/285
1
28
7
๐ Keep an eye out!
add a skeleton here at some point
2 months ago
1
32
0
reposted by
Evan You
Boshen
2 months ago
I am permitted to host tsgolint in Oxc and explore type aware linting! I am super excited! We reduced the original scope of tsgolint to be a backend for oxlint, taking the best out of both worlds!
github.com/oxc-project/...
loading . . .
GitHub - oxc-project/tsgolint: Type aware linting for oxlint
Type aware linting for oxlint. Contribute to oxc-project/tsgolint development by creating an account on GitHub.
https://github.com/oxc-project/tsgolint
1
103
11
reposted by
Evan You
Vue
2 months ago
Something happened today at VueConf China!
github.com/vuejs/core/r...
loading . . .
Release v3.6.0-alpha.1 ยท vuejs/core
Features vapor mode (#12359) (bfe5ce3) Please see About Vapor Mode section below for details. Performance Improvements reactivity: refactor reactivity core by porting alien-signals (#12349) (3...
https://github.com/vuejs/core/releases/tag/v3.6.0-alpha.1
1
142
33
reposted by
Evan You
Leo Leung
3 months ago
Introduction ๐ข๐ ๐๐ถ๐ป๐ ๐๐ผ๐ฟ๐บ๐ฎ๐๐๐ฒ๐ฟ ๐๐ป๐๐ฝ๐ฒ๐ฐ๐๐ผ๐ฟ: An interactive tool for inspecting oxlint formatter (
@boshen.github.io
) in the browser: - ๐ Glob patterns search. - ๐ Code highlight. - ๐ฆ Static Build. - ๐ก Rule detail. - ๐ Launch Editor. Try it with: `npx oxlint-fi` Github:
github.com/yuyinws/oxli...
0
23
4
Oxlint is 1.0!
add a skeleton here at some point
3 months ago
2
132
11
reposted by
Evan You
Magic as a Service
5 months ago
Vue Equipment: The missing library for Nuxt and Vue. The frontend toolkit we couldnโt find โ so we built it. And it's now yours โ
vue.equipment
loading . . .
Vue Equipment | Magic as a Serviceโข
Our Frontend Toolkit, Free and Open Source.
https://vue.equipment
1
48
3
Another real world Rolldown-Vite performance win:
@sanity.io
studioโs build time went from: 21.9s to 5.1s (4.29x, w/o React Compiler) 49.6s to 20.0s (2.48x, w/ React Compiler)
4 months ago
2
124
13
reposted by
Evan You
Vite
4 months ago
โ
[email protected]
is out! - Browser Target Changed to Baseline Widely Available - Node 18 support dropped. Vite is now distributed as ESM only Plus fixes and deprecated feats removals, preparing for rolldown. Help us test the beta and report back ๐
github.com/vitejs/vite/...
loading . . .
https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md#700-beta0-2025-06-02
2
155
31
reposted by
Evan You
VoidZero
5 months ago
Don't miss what happened in the last weeks - tsdown is now part of VoidZero - Vite Devtools Sneak Peek - oxc-minify in Rolldown - rolldown-vite improvements - ViteConf Speaker Overview - Upcoming meetup in San Francisco - Goxc and Godown More in this thread ๐
2
132
18
reposted by
Evan You
kazupon
5 months ago
I've been so surprised! Just only by tweaking the npm alias in my day-job project, We were able to build with rolldown-vite. I didn't touch vite.config at all. ๐ Build performance has been between 4.4x and 8x faster than the existing vite version!
3
62
9
reposted by
Evan You
Alexander Lichter
6 months ago
We are planning to port this to Rust as well in the future. Meaning you'll be able to build both your JS bundle and bundled dts files in one go with
@rolldown.rs
when you use isolated declarations!
add a skeleton here at some point
2
63
7
Load more
feeds!
log in