Using Webpack to hot reload React Components with Node.js backend

Recently I migrated the front-end build process of a project from Gulp to Webpack. The results could not be more satisfactory.

A little bit of curry

Curry is not only a tasty dish; it is also a technique in Computer Science to make functions delicious.