I develop a website with React/Redux and I use a thunk middleware to call my API. My problem concerns redirections after actions.
I really do not know how and where
In the Redux scope must be used react-redux-router push action, instead of browserHistory.push
push
browserHistory.push
import { push } from 'react-router-redux' store.dispatch(push('/your-route'))