react-router-huge-apps-refactor
react-router-huge-apps-refactor copied to clipboard
Child routes as entry points not working
Hi,
Thanks so much for posting this refactor and the accompanying blog post. I much prefer this structure to the original.
My issue is when I hit a child route as an entry-point to the app like http://localhost:8080/course/0/grades, I get a 404 Error with Cannot GET /course/0/grades message.
I am studying this diff to try to figure out how child routes work as entry points in the original.
If I figure it out, I will post here. If others have ideas, please let me know.
Thanks, Travis