# 1강

- [React가 뭐야?](https://ljh86029926.gitbook.io/coding-apple-react/1/what-is-react.md): React.js 라이브러리에 관한 간단한 설명
- [리액트를 왜 배우니 ?](https://ljh86029926.gitbook.io/coding-apple-react/1/why-learn-react.md): 왜 리액트를 배우는지 알아봅시다.
- [CRA를 활용한 리액트 앱 만들기](https://ljh86029926.gitbook.io/coding-apple-react/1/create-reactapp-using-cra-5min.md): 리액트 어플리케이션 만들기
- [태초에 DOM이 있었다.](https://ljh86029926.gitbook.io/coding-apple-react/1/dom-..md): 가상 돔에 관한 간단한 동영상
- [React에는 HTML이 없나요 ?](https://ljh86029926.gitbook.io/coding-apple-react/1/where-is-html.md): JS, CSS 코딩만으로 어떻게 HTML을 생성해 내는지
- [Component Of React](https://ljh86029926.gitbook.io/coding-apple-react/1/component-of-react.md): 리액트의 컴포넌트
- [영화 소개 프로젝트: 프로젝트 생성](https://ljh86029926.gitbook.io/coding-apple-react/1/undefined.md): Component of React 강의 복습 + 영화 소개 프로젝트 컴포넌트 생성
- [JSX](https://ljh86029926.gitbook.io/coding-apple-react/1/1-jsx.md): JSX 문법에 대해
- [props & state](https://ljh86029926.gitbook.io/coding-apple-react/1/props-and-state.md): Data handling in reactjs
- [영화 소개 프로젝트: 컴포넌트 작성](https://ljh86029926.gitbook.io/coding-apple-react/1/undefined-2.md): JSX, Props, State를 배운 것을 바탕으로 컴포넌트를 작성합니다.


---

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