> For the complete documentation index, see [llms.txt](https://ljh86029926.gitbook.io/coding-apple-react/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ljh86029926.gitbook.io/coding-apple-react/3.md).

# 3강

- [props 에러 관리](https://ljh86029926.gitbook.io/coding-apple-react/3/props.md): Prop-types, defaultProps를 통해서 에러 방지를 해 봅시다.
- [defaultProps](https://ljh86029926.gitbook.io/coding-apple-react/3/props/defaultprops.md): props를 주고받을 때 에러 방지를 위한 또 하나의 방법
- [prop-types](https://ljh86029926.gitbook.io/coding-apple-react/3/props/prop-types.md): 라이브러리를 활용한 props관리
- [그냥 타입스크립트 쓰세요](https://ljh86029926.gitbook.io/coding-apple-react/3/props/undefined.md): 개발자의 경험 향상
- [Routing (준비)](https://ljh86029926.gitbook.io/coding-apple-react/3/route-prepare.md): 기본적인 라우팅 실습 1
- [Routing (실전)](https://ljh86029926.gitbook.io/coding-apple-react/3/route-actual.md): 기본적인 라우팅에 관한 실습 2
- [history를 이용한 뒤로 가기 버튼 구현](https://ljh86029926.gitbook.io/coding-apple-react/3/history-go-and-goback.md): '단순한 링크 이동이 아닌 뒤로 가기 버튼'
- [영화 소개 프로젝트: 라우팅](https://ljh86029926.gitbook.io/coding-apple-react/3/movie-route.md): 배웠던 것을 바탕으로 리액트 라우터 연결해보기
- [한국 전통 음식 소개 페이지 만들기 - Deprecated](https://ljh86029926.gitbook.io/coding-apple-react/3/korea-food.md): Routing 실습 토이 프로젝트
