[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.] [@youyuxi](/creator/twitter/youyuxi) "Same in Vue for reference / comparison: - main setup code runs once - no need for useEffectEvent (tbh I don't understand why the React example needs it) - no need to manually specify effect dependency - no need for separate handling of prop change / unmount branches (compared to Remix 3) Mental model will be similar in other signal-based frameworks (Solid Svelte 5) Personally I still think React is the hardest to reason about Remix being the most explicit but too manual signal-based reactivity hits the right balance" [X Link](https://x.com/youyuxi/status/1977903966374502406) [@youyuxi](/creator/x/youyuxi) 2025-10-14T01:07Z 295.3K followers, 114.3K engagements "At the @vuefes welcome party and we have folks not only from the Vue community but also Vite Svelte React Deno Bun Its really cool to see it expanding to more than just Vue - just people who are passionate about web dev in general" [X Link](https://x.com/youyuxi/status/1981307229245755880) [@youyuxi](/creator/x/youyuxi) 2025-10-23T10:30Z 295.3K followers, 21K engagements "Oxc core team member @overlook_motel sharing knowledge on how we are working towards eliminating the cost of passing ASTs from Rust to JS - so that you can write plugins in JavaScript while still enjoying the speed of Rust" [X Link](https://x.com/youyuxi/status/1976263524113358899) [@youyuxi](/creator/x/youyuxi) 2025-10-09T12:28Z 295.3K followers, 31K engagements "Nitro v3 is the server-side paring for Vite that I've wanted for a long time. Want Vite + some backend code for a simple fullstack setup (SSR file-based routing) but don't want to go all-in for a meta framework This is literally all it takes:" [X Link](https://x.com/youyuxi/status/1977116989706354794) [@youyuxi](/creator/x/youyuxi) 2025-10-11T20:59Z 295.3K followers, 106.5K engagements "This will be available in Vite+ as the vite fmt sub command" [X Link](https://x.com/youyuxi/status/1979889943037304962) [@youyuxi](/creator/x/youyuxi) 2025-10-19T12:38Z 295.3K followers, 16.4K engagements "Unbundled dev server are nimble fast and naturally incremental. That's how we made Vite's HMR so fast. But it has its limitations: one of the major pain points when using Vite in large-scale applications is the slow dev server page load speed. The upcoming Full Bundle Mode for vite dev (powered by Rolldown) completely resolves this problem. In developing this we actually had to invent a whole new HMR implementation (inspired by Vite's original unbundled HMR) to ensure HMR stays decoupled from application size even in full bundle mode. The result is the best possible DX: in an app loading 10k" [X Link](https://x.com/youyuxi/status/1976944868367700137) [@youyuxi](/creator/x/youyuxi) 2025-10-11T09:36Z 295.3K followers, 100.5K engagements "oxfmt (the oxc-based formatter) is getting very close to ready - 2-3x faster than Biome - 45x faster than Prettier - Better prettier conformance than Biome means switching wont cause huge diffs - More flexible line wrapping than Prettier We have tested oxfmt against several popular codebases including Prettier Vite Vue shadcn-ui Ant Design Outline TypeScript-ESLint and Supabase and ensured it can be used as a drop-in replacement for Prettier. There are also a few edge cases where we intentionally diverge from Prettier because we believe the Prettier output can be improved see discussion:" [X Link](https://x.com/youyuxi/status/1979839137323864073) [@youyuxi](/creator/x/youyuxi) 2025-10-19T09:16Z 295.3K followers, 171.7K engagements "Faster lint + test = faster AI iteration loops" [X Link](https://x.com/youyuxi/status/1982981324714717366) [@youyuxi](/creator/x/youyuxi) 2025-10-28T01:22Z 295.3K followers, 54.9K engagements
[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]
@youyuxi
"Same in Vue for reference / comparison: - main setup code runs once - no need for useEffectEvent (tbh I don't understand why the React example needs it) - no need to manually specify effect dependency - no need for separate handling of prop change / unmount branches (compared to Remix 3) Mental model will be similar in other signal-based frameworks (Solid Svelte 5) Personally I still think React is the hardest to reason about Remix being the most explicit but too manual signal-based reactivity hits the right balance"
X Link @youyuxi 2025-10-14T01:07Z 295.3K followers, 114.3K engagements
"At the @vuefes welcome party and we have folks not only from the Vue community but also Vite Svelte React Deno Bun Its really cool to see it expanding to more than just Vue - just people who are passionate about web dev in general"
X Link @youyuxi 2025-10-23T10:30Z 295.3K followers, 21K engagements
"Oxc core team member @overlook_motel sharing knowledge on how we are working towards eliminating the cost of passing ASTs from Rust to JS - so that you can write plugins in JavaScript while still enjoying the speed of Rust"
X Link @youyuxi 2025-10-09T12:28Z 295.3K followers, 31K engagements
"Nitro v3 is the server-side paring for Vite that I've wanted for a long time. Want Vite + some backend code for a simple fullstack setup (SSR file-based routing) but don't want to go all-in for a meta framework This is literally all it takes:"
X Link @youyuxi 2025-10-11T20:59Z 295.3K followers, 106.5K engagements
"This will be available in Vite+ as the vite fmt sub command"
X Link @youyuxi 2025-10-19T12:38Z 295.3K followers, 16.4K engagements
"Unbundled dev server are nimble fast and naturally incremental. That's how we made Vite's HMR so fast. But it has its limitations: one of the major pain points when using Vite in large-scale applications is the slow dev server page load speed. The upcoming Full Bundle Mode for vite dev (powered by Rolldown) completely resolves this problem. In developing this we actually had to invent a whole new HMR implementation (inspired by Vite's original unbundled HMR) to ensure HMR stays decoupled from application size even in full bundle mode. The result is the best possible DX: in an app loading 10k"
X Link @youyuxi 2025-10-11T09:36Z 295.3K followers, 100.5K engagements
"oxfmt (the oxc-based formatter) is getting very close to ready - 2-3x faster than Biome - 45x faster than Prettier - Better prettier conformance than Biome means switching wont cause huge diffs - More flexible line wrapping than Prettier We have tested oxfmt against several popular codebases including Prettier Vite Vue shadcn-ui Ant Design Outline TypeScript-ESLint and Supabase and ensured it can be used as a drop-in replacement for Prettier. There are also a few edge cases where we intentionally diverge from Prettier because we believe the Prettier output can be improved see discussion:"
X Link @youyuxi 2025-10-19T09:16Z 295.3K followers, 171.7K engagements
"Faster lint + test = faster AI iteration loops"
X Link @youyuxi 2025-10-28T01:22Z 295.3K followers, 54.9K engagements
/creator/twitter::182821975/posts