-We're javascript programmers. We should not need to bundle our apps for development. Many folks dislike JSPM because of how slow it is. JSPM deserves another shot, because it can be faster, more robust and more reliable than most alternatives. This simple package proves it. Especially for larger codebases, SPAs and such-reliable hot reloadable modules are a necessray for meaningful feedback loop. React-transform is hacky-very often a change in a source code doesn't manifestate after a reload. Read this article [Dan Abramov admitted himself](https://medium.com/@dan_abramov/hot-reloading-in-react-1140438583bf#.6gk8gzb72) for more info on React-transform vs reloading whole modules.
0 commit comments