Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashed line between Render and React Updates DOM is probably concurrent mode only. #10

Open
Izhaki opened this issue Aug 14, 2021 · 0 comments

Comments

@Izhaki
Copy link

Izhaki commented Aug 14, 2021

The legend does not clarify what is the difference between a dashed and solid lines (would be nice if it would).

I can only guess that a dashed line mean "even loop released" and any stages connected by a solid line are part of the same sync task.

If I'm wrong, then the rest of this issue is not valid.

We are having a bit of a debate on a bug in an "official" React example, and I wrote a codesandbox that shows you can only have a setInterval callback invoked after useLayoutEffect or useEffect.

image

Concurrent mode

Initially I gathered that the dashed line between Render and React Updates DOM is only valid in concurrent mode, but as [this codesandbox demonstrates, in concurrent mode it seems that nowhere between Render and Run Effects there should be a dashed line:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant