# 4강

- [Ajax In React](https://ljh86029926.gitbook.io/coding-apple-react/4/ajax-in-react.md): API 요청을 실습해보는 수업
- [Form in react](https://ljh86029926.gitbook.io/coding-apple-react/4/4-form-in-react.md): 리액트에서 form 태그 사용하기
- [Unsplash API를 이용한 사진첩 만들기](https://ljh86029926.gitbook.io/coding-apple-react/4/4-unsplash-api.md): Unsplash API를 이용한 토이프로젝트
- [Redux - 데이터를 관리하는 또 다른 방법 - Deprecated](https://ljh86029926.gitbook.io/coding-apple-react/4/4-redux.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/4.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.
