-
React-Hot-Loader is a dev-time tool, but it requires some configuration steps. That's not cool.
### Idea
1. Continue development of `hot-loader/react-dom` and `hot-loader/react`. Including their v…
-
Hi
This is an awesome project, but without Hot Module Reloading the development experience is terrible.
Can you add support for [React Hot Loader 3](https://github.com/gaearon/react-hot-boilerpl…
-
Browser console print:
```javascript
[HMR] Updated modules:
index.ca91de43.js:47980 [HMR] - ./src/routes/User/list.js
index.ca91de43.js:47980 [HMR] - ./src/routes async recursive ^.*\.js$
ind…
-
gaearon/react-hot-loader#240
-
### Description
My project has a lot of pages, some of which don't use react, react-hot-loader breaks these pages.
### Expected behavior
no react-hot-loader code in the js of the page.
###…
-
React-sidenav is not working with react-hot-loader (version 4.3.1).
There are blank Navs whenever you try to import react-hot-loader into the project.
![image](https://user-images.githubuserconte…
-
Hi, I'm seeing an issue where production code contains multiple instances of `__REACT_HOT_LOADER__.register(_default, 'default', '/Users/username/…');` when running `npm run dist` ... even on a fresh …
-
Webpack本身具有运行时模块替换功能,称之为Hot Module Replacement (HMR)。当某个模块代码发生变化时,Webpack实时打包将其推送到页面并进行替换,从而无需刷新页面就实现代码替换。这个过程相对比较复杂,需要进行多方面考虑和配置。而现在针对React出现了一个第三方react-hot-loader加载器,使用这个加载器就可以轻松实现React组件的热替换,非常方便。其…
-
I'm using `react-universal-component` in multiple `gatsby.js` projects. Current version of `gatsby.js` made switch from hot-reload to better supported by React `react-refresh`
I've updating the cod…
-
### Description
More explanation
### Environment
React Hot Loader version: recent stable
1. `node -v`: 8.9.4
2. `npm -v`: 5.6.0
3. Operating system: Ubuntu 16.04.3 LTS, xenial
4. Browser …