react-tutorial
react-tutorial copied to clipboard
벨로퍼트와 함께하는 모던 리액트 튜토리얼 문서
# 5. useReactRouter Hook 사용하기 · GitBook [https://react.vlpt.us/react-router/05-use-router-hook.html](https://react.vlpt.us/react-router/05-use-router-hook.html)
Velopert 김민준 강사님 :) 리액트 관련 많은 지식 공유와 강의 덕분에 정말 많은 도움을 받고 있습니다 :) 다름이 아니라 현재 타입스크립트를 공부하다가 강사님 블로그를 보게 되었는데요~ 아래 링크에 보시면 https://react.vlpt.us/using-typescript/02-ts-react-basic.html#...
오타 수정입니다.
오타가 있어 수정요청합니다
https://github.com/velopert/react-tutorial/blob/master/styling/02-css-module.md 해당 내용에서 ``` import styles from './CheckBox.module.css'; import classNames from 'classnames/bind'; const cx = classNames.bind(styles); function CheckBox({ children, checked, ...rest }) { return ( ``` 부분이 있는데 그냥 ```...
오타가 있는것 같아 수정하였습니다.
오타 부분 있는거 같아서 수정헀습니다.