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

Eliminate requirement of @react-router/remix-routes-option-adapter package #150

Open
mikkpokk opened this issue Feb 3, 2025 · 0 comments
Labels
enhancement New feature or request suggestion Suggestion for greater good

Comments

@mikkpokk
Copy link
Collaborator

mikkpokk commented Feb 3, 2025

Currently, it converts the routes object to the RR7 format using a Promise function.

We can clean up our routes object tree and eliminate the need for an adapter. However, this will entirely remove Remix support and must be released as a major version update, considering the impact on Remix users.

Useful resources for migration:
@react-router/remix-routes-option-adapter
@react-router/fs-routes

@mikkpokk mikkpokk added enhancement New feature or request suggestion Suggestion for greater good labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request suggestion Suggestion for greater good
Projects
None yet
Development

No branches or pull requests

1 participant