How to view the generated react-router routes from Remix app? ( Remix CLI command to view routes) #4114
Unanswered
cliffordfajardo
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Credits to @sergiodxa & remix community: npx remix routes Or you can run the following command to get a JSON representation of your apps
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm debugging a routing issue in my Remix app. I was wondering if there was a way to view the react-router routes that get generated from the
app/routes
folder.The idea of the command was that it would output something that looks like (using info from your /routes folder this when you run the command:
Beta Was this translation helpful? Give feedback.
All reactions