Replies: 1 comment 2 replies
-
In React DOM 18, the "mode" (internal-only concept) is always The naming is a bit weird now, but you can think of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my renderer (based on react-reconciler) opens a new react root
currently react-reconciler takes an int: 0=legacy, 1=blocking, 2=concurrent, so i let users specify it https://github.com/pmndrs/react-three-fiber/blob/master/packages/fiber/src/web/index.tsx#L23
it defaults to "blocking" but they can also pick one:
my questions are:
Beta Was this translation helpful? Give feedback.
All reactions