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.
- Host: GitHub
- URL: https://github.com/pa87901/hotmodulereplacementtutorial
- Owner: pa87901
- Created: 2018-02-22T08:34:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T03:11:55.000Z (about 8 years ago)
- Last Synced: 2025-09-10T07:42:46.329Z (9 months ago)
- Topics: babel, eslint, hmr, tutorial, webpack3
- Language: JavaScript
- Homepage: https://medium.com/@Preda/setting-up-a-react-development-environment-41b0eb3d0f04
- Size: 90.8 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.