|
|
|
|
|
by roblabla
3159 days ago
|
|
For a side-project of mine, I decided to not use babel (or typescript or any transpilation at all), and I've got to say, post-babel life is awesome. Sure, you're limited in browser support. But it makes life so much easier, iteration time so much quicker, and we've got most of the es2015 goodies in browsers nowadays. Being able to do the same on the backend side would be nice. |
|
http://matthewlehner.net/react-hot-module-replacement-with-w...