|
|
|
|
|
by Too
903 days ago
|
|
A lot can be said about js tooling but honestly it works good once it is set up. Most modern js tooling provides --watch flags and hot module reloading. Vite is one popular option. Just save one file and the change instantly takes effect in the browser, even on a large project. Never seen any makefile based c++ project come close to that experience. |
|
They prioritise various features over productivity and I think that's a mistake.