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

Migrating from next-routes to built-in Next.js routing? #347

Closed
keithpickering opened this issue Oct 25, 2021 · 1 comment
Closed

Migrating from next-routes to built-in Next.js routing? #347

keithpickering opened this issue Oct 25, 2021 · 1 comment

Comments

@keithpickering
Copy link

We are trying to update React/Next in our project and updating any necessary dependencies along the way. Most of these are straightforward, but for routing we're not using the new filesystem-based implementation at all. We wrap our in a BrowserRouter from react-router-dom, and we use next-routes to traverse them within at least 35 component files. Since this library is no longer maintained, can anyone recommend a guide for migrating to the new system so I can avoid any known pitfalls?

@Fonger
Copy link

Fonger commented Feb 5, 2022

We face the same pain too. I think first we shoud mark this repo deprecated on npm to prevent others from using it.

@fridays fridays closed this as completed Feb 8, 2023
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

3 participants