Reducx-redex-reduced v4/v5 푸시슈트가 thunk 동작 내부에서 작동하지 않음 인index.js직접 푸시 또는 디스패치가 효과적임: ... import { push } from 'react-router-redux' const browserHistory = createBrowserHistory() export const store = createStore( rootReducer, applyMiddleware(thunkMiddleware, routerMiddleware(browserHistory)) ) // in v5 this line is deprecated export const history = syncHistoryWithStore(browserHistory, store) histo..