본문 바로가기

basic/React.js

[React.js] withRouter

react-router-dom

라우트가 아닌 컴포넌트에서 라우터에서 사용하는 객체 location, match, history 를 사용하려면, withRouter 라는 HoC 를 사용해야한다.