- 정리내용 보러가기
- 리액트 설치 & 시작하기
- JSX
- state, UI 제어
- event 처리, input 처리
- component, props
- ES6 문법
- 구 리엑트 문법
- 정리내용 보러가기
- yarn
- Bootstrap
- import & export
- react-router-dom (
v6) - Styled Components
- Lifecycle Hook (
useEffect()) - AJAX (
axios)
- 정리내용 보러가기
- Transition & Animation
- 상태관리(Context API, Redux Toolkit)
- Local Storage, Session Storage
- React Query
- 최적화 & 성능향상/개선 (
lazy(),memo(),useTransition(),useDeferredValue()) - Progressive Web App
- Node.js 서버와 연동하기
- 정리내용 보러가기
- A-01. JSX에서 && 연산자
- A-02. state와 sync / async
- 코딩애플 리엑트 강의