

Thus, it’s fast and makes it possible to maintain application state so you won’t need to repeat yourself to get to the same UI state as it was before the patch. Instead of reloading the whole page, manually or automatically, hot reloader just applies patches to the code in the browser. And hot reloading is a step forward towards productivity. And what’s important - it’s modular, so you can connect plugins and transforms in no time.īabel is our transpiler of choice, no matter if you are using React or not, it’s doing a very good job. The required set of tools includes: transpiler, bundler and hot reloader (because it’s 2015 and you don’t want to waste your time on reloading the page).īrowserify is really good bundler and it’s easy to use. If you are starting a quick prototype or playing around with some code, you probably just want a minimum setup. There are a bunch of starter kits for ES2015 and React projects.
