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 · 1 comment
Open

Drop support for React 16+17 #3382

bradenmacdonald opened this issue Jan 16, 2025 · 1 comment

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 (v22) and #3395 (v23), but both are now merged.

@brian-smith-tcril
Copy link
Contributor

We should probably track this beyond just Paragon. I'm not 100% sure where the best place to track this would be - maybe https://github.com/openedx/platform-roadmap/issues?

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

2 participants