An open API service indexing awesome lists of open source software.

https://github.com/pa87901/hotmodulereplacementtutorial

A repository to accompany my hot module replacement tutorial. This repository can also serve as a template for developers to start developing in React and Node. Webpack, Babel and Eslint are configured accordingly.
https://github.com/pa87901/hotmodulereplacementtutorial

babel eslint hmr tutorial webpack3

Last synced: about 2 months ago
JSON representation

A repository to accompany my hot module replacement tutorial. This repository can also serve as a template for developers to start developing in React and Node. Webpack, Babel and Eslint are configured accordingly.

Awesome Lists containing this project

README

          

# Development repository template with Hot Module Replacement Tutorial
This is a tutorial repository to demonstrate webpack's hot module replacement (HMR) feature.
It can also serve as a template on which to build a web application, using HMR during development.

## Tutorial
For a full tutorial, please visit [my blog post](https://medium.com/@Preda/setting-up-a-react-development-environment-41b0eb3d0f04) that accompanies this repository.