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

UI - Upgrade to React 19 #837

Open
ryanhopperlowe opened this issue Dec 13, 2024 · 1 comment
Open

UI - Upgrade to React 19 #837

ryanhopperlowe opened this issue Dec 13, 2024 · 1 comment
Assignees
Labels
admin-ui UI related issues chore

Comments

@ryanhopperlowe
Copy link
Contributor

The newest major version of React 19 is officially stable and comes with lots of benefits and only a few breaking changes (none of which will afflict our codebase)

Benefits:

  • Refs passed as props (drastically improved DX)
  • improvements to Suspense and new use hook allow for better logic in client side loading states
  • preparation for React compiler (currently in beta)

This upgrade should be simple since we really don't implement any associated breaking changes and they provide a codemod to fix anything that would slip through the cracks. The primary issue/blocker lies within peer-dependency issues that will require us to upgrade other packages (potentially with their own breaking changes)

I'd estimate this taking a full day to implement

@ryanhopperlowe ryanhopperlowe self-assigned this Dec 13, 2024
@ryanhopperlowe ryanhopperlowe added the admin-ui UI related issues label Dec 13, 2024
@cjellick cjellick added the chore label Dec 16, 2024
@ryanhopperlowe
Copy link
Contributor Author

Moving back to medium because this actually hasn't started yet. I think you're thinking of #836

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin-ui UI related issues chore
Projects
None yet
Development

No branches or pull requests

2 participants