# 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 실습 토이 프로젝트


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ljh86029926.gitbook.io/coding-apple-react/3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
