Introduction
0. 들어가기 전에
1. React?
리액트의 탄생 배경
Component
JSX와 기본 규칙들
표현식
JSX 엘리먼트
React fragment
어트리뷰트
주석
2. Getting started with React
Create React App
Install Node.js
npm 과 npx 의 차이점
Create React App
폴더 구조
Sample app 실행하기
Component
1. 컴포넌트 만들기