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

Upgrade to React Router v7 #4929

Open
2 tasks
sergei-maertens opened this issue Dec 16, 2024 · 0 comments
Open
2 tasks

Upgrade to React Router v7 #4929

sergei-maertens opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement topic: frontend topic: tech debt triage Issue needs to be validated. Remove this label if the issue considered valid.
Milestone

Comments

@sergei-maertens
Copy link
Member

We're on v6 with some leftovers from v5, so let's do this before it becomes too painful.

In particular, we need to re-organize a bunch of code to not use the JSX nested routes, and convert everything to (static) routes with elements. This will likely mean moving some submission checks to context & hooks instead of explicit props. Possibly we can tap into the loaders/actions too for better DX.

Steps

  • Upgrade to v6 with all future flags enabled
  • Upgrade to v7
@sergei-maertens sergei-maertens added topic: frontend triage Issue needs to be validated. Remove this label if the issue considered valid. enhancement topic: tech debt labels Dec 16, 2024
@sergei-maertens sergei-maertens added this to the Release 3.1.0 milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement topic: frontend topic: tech debt triage Issue needs to be validated. Remove this label if the issue considered valid.
Projects
None yet
Development

No branches or pull requests

1 participant