리액트
이번주 리액트를 공부하며 배운 것들 정리하기
목차
- Why? React 🌞
- 1.1 React 기초 정리 🌙 -- 1.1 Hello-React and babel config -- 1.1.2 CRA -- 1.1.3 WebPack
- 1.2 설정 + ESLint, Prettier 🌒
- 1.3 React-LifeCycle 🌓
- 1.4 Rsc vs Rfc and class and hooks? 🌘
- 1.4 Performance Memo & PureComponent , ShouldComponentUpdate 🌗
- 1.5 TodoList 만들기 🌕
Why Why? React 🌞
- 왜 React를 쓸까 ?
바닐라 js에 비해서 강력한 점이 있다. 1.1 Reactivity 1.2 일관된 컴포넌트 패턴 지향 1.3 V-dom 변화에 최적화 되어 있는 부분 1.4 etc vue랑 비교