# props 에러 관리

- [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): 개발자의 경험 향상


---

# 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/props.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.
