react-tutorial icon indicating copy to clipboard operation
react-tutorial copied to clipboard

5. useReactRouter Hook 사용하기 · GitBook

Open utterances-bot opened this issue 6 years ago • 2 comments

5. useReactRouter Hook 사용하기 · GitBook

https://react.vlpt.us/react-router/05-use-router-hook.html

utterances-bot avatar Dec 17 '19 05:12 utterances-bot

RouterHookSampe.js 코드가 잘못된 부분이 있는것 같습니다. useReactRouter(); 로 호출 해주어야 하는 거 아닌가요?

RouterHookSample.js import useReactRouter from 'use-react-router';

function RouterHookSample() { const { history, location, match } = useReactRouter(); console.log({ history, location, match }); return null; }

export default RouterHookSample;

HYEOK999 avatar Dec 17 '19 05:12 HYEOK999

https://reactrouter.com/web/api/Hooks React Route Hooks 업데이트 되었습니다~

up0617 avatar Oct 11 '20 05:10 up0617