1. Major speed improvements by swapping Babel for Rust‑based transformers
- “No more babel in my compilation pipeline, yay!” – adzm
- “Time from npm run dev to ready went from 6 to 2 seconds.” – adzm (after switching)
- “Compiling at work took a minute for full builds with babel, and with rsbuild it now takes about 0.9 seconds.” – Waterluvian
- “OXC Transformers are amazingly faster than Babel… It's still very early but it's plenty, plenty fast.” – vmsp
2. Questions about compatibility with existing toolchains (React Compiler, Next.js, Vite, etc.)
- “Does this work with reacts fancy new compiler that is meant to optimize away various hooks?” – syspec
- “Why does the Nextjs version of React compiler require a babel plugin when the vite version doesn't need it? Next.js is on SWC, not sure why they need a babel plugin.” – Onavo
- “Because it isn't supported by SWC yet.” – mexicocitinluez
3. Enthusiastic adoption and real‑world success with minimal configuration effort
- “Literally just did the config changes in the article, no issues.” – adzm
- “If it wasn't obvious from the article, this is an implementation in the same thing in rust, ergo significantly faster.” – ownagefool
- “I'm building a framework … fully backed by OXC and Vite.” – vmsp
- “Because next is the worsttttt” – crypto137 (humorous endorsement of moving away from Next.js/Babel)