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
recently i have been investigating the latest React source code, and i found there are some changes have been made in terms of task scheduling logic, and i am really curious about the reason under the hood. any answers would be appreciated very much!
The text was updated successfully, but these errors were encountered:
There were perf issues that we tried to get around in #16166, but ultimately decided to just yield every 5ms in #16214 and that worked better than using rAF in our experiments. Check out those PRs for more info!
recently i have been investigating the latest React source code, and i found there are some changes have been made in terms of task scheduling logic, and i am really curious about the reason under the hood. any answers would be appreciated very much!
The text was updated successfully, but these errors were encountered: