반응형 initailzation1 [React] history 사용하기 //store.js import { configureStore } from "@reduxjs/toolkit"; import { connectRouter, } from "connected-react-router"; import {history} from "./history"; export const store = configureStore({ reducer: { router: connectRouter(history), }, }); //history.js import { createBrowserHistory } from 'history' export const history = createBrowserHistory(); 히스토리를 그냥 store에 넣고 돌리면 초기화 하라는 미친듯한 에러가 뜨던가 라우터에서.. 2021. 10. 27. 이전 1 다음