Mako – fast, production-grade web bundler based on Rust
1–10 of 215 posts
Re: Mako – fast, production-grade web bundler based on Rust
#2Re: Mako – fast, production-grade web bundler based on Rust
#3https://medium.com/chia-ux/what-do-chinese-clients-mean-h5-i...
> HMR
Hot Module Replacement allows all kinds of modules to be updated at runtime without the need for a full refresh. (Abridged from a webpack doc)
Re: Mako – fast, production-grade web bundler based on Rust
#4It would be much better to have projects that work without bundlers, that can use them as an optimization step.
Re: Mako – fast, production-grade web bundler based on Rust
#5Turbopack is supposed to be coming, as a total rebuild of bundling. Rolldown seems solid, as a Rust roll-up redo.
Re: Mako – fast, production-grade web bundler based on Rust
#6Re: Mako – fast, production-grade web bundler based on Rust
#7This supports all kinds of non-platform-standard features that may tie your project to this specific bundler, but will tie them to bundlers in general. It would be much better to have projects that work without bundlers, that can use them as an optimization step.
Re: Mako – fast, production-grade web bundler based on Rust
#8Rspack (ByteDance) just shipped 1.0. There's Farm too. This is from Ant Group. Major influx of build tools all built in Rust, made in China. Turbopack is supposed to be coming, as a total rebuild of bundling. Rolldown seems solid, as a Rust roll-up redo.
Re: Mako – fast, production-grade web bundler based on Rust
#9Unfortunate name collision: https://www.makotemplates.org
Re: Mako – fast, production-grade web bundler based on Rust
#10> H5 mobile https://medium.com/chia-ux/what-do-chinese-clients-mean-h5-i... > HMR Hot Module Replacement allows all kinds of modules to be updated at runtime without the need for a full refresh. (Abridged from a webpack doc)