반응 라우터 - onEnter에서 경로 매개 변수를 사용하는 방법 OnEnter 콜백을 사용하여 가져오기를 수행하려고 하는데, 라우트 구성 요소에서 URL 파라미터를 읽는 방법을 모르겠어.나는 이 루트를 가지고 있다. I want to use the.bookIdfunction parameter로서 경로로부터.onBookLoad(). 가능한가?신경 쓰지 마, 사소한 일이었어. export function onBookLoad(nextState) { console.log(nextState.params.bookId); //do stuff with the param } 참조URL: https://stackoverflow.com/questions/37212328/react-router-how-to-use-route..