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

Drop support for React 16+17 #3382

Open
bradenmacdonald opened this issue Jan 16, 2025 · 0 comments
Open

Drop support for React 16+17 #3382

bradenmacdonald opened this issue Jan 16, 2025 · 0 comments

Comments

@bradenmacdonald
Copy link
Contributor

bradenmacdonald commented Jan 16, 2025

At some point, in a new major release, we should drop support for React 16 + 17, and target React 18+.

This allows us to:

  • Replace newId with useId which works better for a11y purposes and supports SSR.
  • Improve performance with useTransition, useDeferredValue, etc.
  • Enable support for React 19 in the future
  • Upgrade to newer dependencies that also support only React 18+

At the same time we should:


Depends on #3367 and the same on v23.

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