<- Back
Comments (26)
- yiyu_earthI do not believe that writing native LaTeX code is difficult today, given the popularity of AI-assisted coding. In comparison, using a "compiler that outputs LaTeX code" may be less stable.
- adzmNo more babel in my compilation pipeline, yay!
- BretonForearmWhat's a react compiler? Not JS or TS?
- vmspOXC Transformers are amazingly faster than Babel. I'm building a framework (https://github.com/vmsp/flypath) for web, iOS and Android native development that's fully backed by OXC and Vite. Instead of transforming styles using Babel like StyleX, I just use OXC. Instead of Metro (React Native's bundler), which also uses Babel, it's just Vite. It's still very early but it's plenty, plenty fast.
- syspecDoes this work with reacts fancy new compiler that is meant to optimize away various hooks?
- OnavoWhy 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.
- prettycool[dead]
- glouwbug[flagged]