Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikras/react-hot-loader-problem
A demonstration of a problem (bug?) in react-hot-loader
https://github.com/erikras/react-hot-loader-problem
Last synced: about 1 month ago
JSON representation
A demonstration of a problem (bug?) in react-hot-loader
- Host: GitHub
- URL: https://github.com/erikras/react-hot-loader-problem
- Owner: erikras
- Created: 2016-06-06T22:55:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T14:58:18.000Z (over 8 years ago)
- Last Synced: 2024-04-15T00:06:36.838Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demonstration of React Hot Loader Problem
#[Issue #307](https://github.com/gaearon/react-hot-loader/issues/307)
```
npm install
npm start
```If you run this and then change something in `Page.js`, it will not reload. Rather, it will give a
```
[HMR] The following modules couldn't be hot updated: (Full reload needed)
This is usually because the modules which have changed (and their parents) do not know how
to hot reload themselves.
See http://webpack.github.io/docs/hot-module-replacement-with-webpack.html for more details.
```error in the console.