작성
·
199
답변 1
0
connected-react-router는 리액트 16.8이후는
https://github.com/salvoravida/redux-first-history
를 사용해보시기를 권해드립니다.
이를 사용하면 history를 v5이상 업그레이드 해도 잘 작동됩니다.
본래 이 라이브러리가 나온 이유가 history가 v5 이상으로 업그레이드 되었는데
connected-react-router 개발자가 업그레이드 안해줘서 열받은(?) 개발자가 만든 라우터입니다.
현재 react-router-dom v6도 호환이 되니, 참고하시기 바랍니다.