react-router-huge-apps-refactor icon indicating copy to clipboard operation
react-router-huge-apps-refactor copied to clipboard

Child routes as entry points not working

Open travismccauley opened this issue 9 years ago • 0 comments

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

travismccauley avatar Nov 09 '16 17:11 travismccauley