You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Sometimes, complicated trees result in lots and lots of re-renders.
I'd like to reduce the amount of work that Roact does by batching it and making rendering asynchronous, like React does!
Dan Abramov recently posted a good comment as to why React's setState is asynchronous, a change we'll eventually have to make: facebook/react#11527 (comment)
The text was updated successfully, but these errors were encountered:
Sometimes, complicated trees result in lots and lots of re-renders.
I'd like to reduce the amount of work that Roact does by batching it and making rendering asynchronous, like React does!
Dan Abramov recently posted a good comment as to why React's
setState
is asynchronous, a change we'll eventually have to make: facebook/react#11527 (comment)The text was updated successfully, but these errors were encountered: