rsnext/packages/react-dev-overlay
Alex Kirszenberg 7bbc1aec9a
Aggregate updates using addStatusHandler and Promise.resolve instead of setTimeout (#42350)
The current `setTimeout` logic adds a constant overhead of 30ms when applying updates, which slows down HMR. As @sokra suggested, we can use the `addStatusHandler` API to have the HMR runtime let us know when its status changes. This also switches to `Promise.resolve` for update aggregation.
2022-11-07 21:06:18 +00:00
..
src Aggregate updates using addStatusHandler and Promise.resolve instead of setTimeout (#42350) 2022-11-07 21:06:18 +00:00
.gitignore [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00
package.json v13.0.3-canary.0 2022-11-04 16:40:57 -07:00
README.md [Fast Refresh] Redesigned Runtime Error Experience (#12222) 2020-04-30 10:50:25 -04:00
tsconfig.json Update to leverage turbo for build/prepublish (#37280) 2022-05-30 19:05:27 -05:00

@next/react-dev-overlay

A development-only overlay for developing React applications.