최근 React Router를 이용하여 라우팅을 해주고 있는데, history.push를 썼는데 URL만 변경되고 렌더링이 안된다. history package의 버전이 달라서 그런 경우도 있겠으나... history.push not working when using BrowserRouter · Issue #4059 · remix-run/react-router startup file import {BrowserRouter} from 'react-router'; let root= //Some components ReactDOM.render(Root, document.getElementById("app"... github.com 나와 같은 고민을 하시는 분들의 해결법은, BrowserRouter가 histo..