-
### System Info
ystem:
OS: macOS 14.5
CPU: (10) arm64 Apple M1 Pro
Memory: 167.59 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.11.0 - ~/.volta/tools/image/node/2…
-
- [x] React v15 - waiting for react-natvie v0.26
- [x] HMR
- [x] Improve UI
- [ ] Testing
- [ ] Run on real device guide
-
you could just listen the upgrade event on the http server of vite development server and only handle the request when `req.headers["sec-websocket-protocol"] !== "vite-hmr"`
how i do it: https://g…
eslym updated
8 months ago
-
### Where the bug happens
- [X] Browser Extension
- [X] Library
- [ ] Other
### your browser
Chrome 107.0.5304.107
### Describe the bug
When using LocationJS with CRA/webpack-dev-server HMR, the …
-
When I'm working with hot reloading and adding state to a `React.createClass` component which didn't have it before, I usually have to hack in a one-time `this.setState(this.getInitialState())` call s…
insin updated
8 years ago
-
HMR does not work with react-native@0.56.0-rc.1
-
**Issue Overview:**
This issue focuses on migrating our project from Create React App (CRA) to Vite, aiming for enhanced build performance and a smoother developer experience.
**Benefits:**
1. …
-
We have a very specific use-case for ESM loader hooks that we are using here with https://github.com/Julien-R44/hot-hook
hot-hook is an ESM loader that enables HMR for Node.js apps without performi…
-
The only example I can think of currently is hot package swapping (aka HMR). But I bet more tooling can really benefit if we exposed the `$packages` variable globally.
Of course, this should only b…
-
- [ ] This is a **bug**
- [x] This is a **modification** request
### Context
A few years ago I started working on a Module bundler from scratch (Pundle / https://github.com/steelbrain/pundle), …