-
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Aug 31, 2024
Replies: 1 comment 1 reply
-
If you have |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wenerme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have
@remix-run/dev
script you can usenpx remix routes --json
, this will give you a JSON with the route configuration, although it's not fully compatible with React Router you could transform it to what createBrowserRoute expects.