mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
The theory here is that when we reveal a boundary coming from the server
we want to paint that before hydrating it. Hydration gets scheduled in a
macrotask with the scheduler but it's in theory possible that it runs
before the paint. If that's the case, then the JS that runs before
yielding during hydration might slightly delay the paint and we might
miss a window to skip the previous paint.
DiffTrain build for [7a36dfedc7](https://github.com/facebook/react/commit/7a36dfedc70ffb49be2e4e23b40e01d34cef267e)