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

Concurrent Mode #2892

Closed
jaredpalmer opened this issue Nov 11, 2020 · 0 comments
Closed

Concurrent Mode #2892

jaredpalmer opened this issue Nov 11, 2020 · 0 comments

Comments

@jaredpalmer
Copy link
Owner

Spoke with the React core team this morning about validation and performance.

  • They suggested that we remove the current usage of scheduler (Remove low priority validation #2891) as it was likely to cause "bugs" depending on certain use-cases
  • We can explore using startTransition(() => { props.onFieldUpdate(values) }) patterns in an experimental CM-mode release channel
  • We should investigate non-react bottlenecks such as deep clones and paths
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