Logan Gants
1 min readJun 2, 2017

--

I’m trying to deploy a similar site; except, I’m using react-router on the client side. Can anyone explain how the routing works with this Heroku deployment? The root route of react-router is working in my app, but all other incoming requests (i.e. changes to the url) are routed through the API, which causes a 404 error.

--

--