DEV Community

Discussion on: Github Pages??

 
danmba profile image
Dan

I use react-router with hash routing and it works fine. Your url will look like “my.github.io/repo-name/#/my/route” and everything after the “#” is your route.

Thread Thread
 
caffiendkitten profile image
DaNeil C

Thanks for this tip! I was hoping to use react-router.