in other words: what is recommended and the fastest possible way to have changes applied after every `CMD + S` in code editor? Note with things like `React` hot-reloading it's like 0.5s between `CMD + S` and change being visible in the browser.
in other words:
what is recommended and the fastest possible way to have changes applied after every
CMD + Sin code editor?Note with things like
Reacthot-reloading it's like 0.5s betweenCMD + Sand change being visible in the browser.