StephenGrider / Lyrical-GraphQL

Starter project from a GraphQL course on Udemy.com
197 stars 372 forks source link

React Router 4 #14

Open kanlanc opened 6 years ago

kanlanc commented 6 years ago

Love your courses. Just that in this one, react router 3 was used. I modified the code to 4 and if it is fine will open a PR to merge it with branch with comments explaining the code.

benoitboucart commented 6 years ago

@highskillzz could you share the update please? My version works but when I refresh (for example http://localhost:4000/song/new), I got a not found error (due to missing # is in URL & webpackMiddleware).

kanlanc commented 6 years ago

@benoitboucart sorry for the late reply but here is the update https://github.com/highskillzz/Lyrical-application-using-graphql

reeversedev commented 5 years ago

Been looking for this issue. Thanks for this.