Our great sponsors
-
turbo
Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.
Article mentions a general-purpose memoization library called turbo. I don't spot it in https://github.com/vercel/turbo/tree/main/crates. Is it like https://crates.io/crates/salsa? Is it meant for use outside of the turbopack ecosystem?
-
Revised my comment. However, I'm required to use Babel for: https://github.com/ryansolid/dom-expressions/tree/main/packages/babel-plugin-jsx-dom-expressions and a couple other small plugins.
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
-
If you just want to compile typescript / jsx / react to javascript you'd use a bundler like esbuild or swc.
-
if you did any web dev recently (like with react for example) you probably used webpack / or similar behind the scenes. especially if you used a react / vue framework like nextjs or remix etc
-
If you just want to compile typescript / jsx / react to javascript you'd use a bundler like esbuild or swc.
-
I'm a lot more interested in Rome