Jul 21, 2017 · 1 min read
I am trying to migrate an app I built. I used react-router v3 with a Rails API and incorporated the JWT. After authenticating a user, and within the actions, I used browserHistory.push(‘/pathName’) to change location and redirect user to the new page. Is there an equivalent in v4?
