DEV Community

inversemetric
inversemetric

Posted on

Missing: Universal Watch Mode

Having a tight feedback loop for development is essential. At some point, tools like nodemon, hot module reloading, and even codepen gave us the ability to immediately see the results of the code we write.

The problem is that every tool does it differently, so you have to look it up for each case whether it's from react, vue, angular, webpack, parceljs, typescript, python, haskell, java, jest, jasmine, karma, mocha, nyc, gulp, bash...

What would it take to get everyone using one solution for this?

Top comments (0)