> 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/1.md).

# 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를 배운 것을 바탕으로 컴포넌트를 작성합니다.
