You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
fromreact-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?The text was updated successfully, but these errors were encountered: