https://vinivin153.github.io/todolist-react/
- 추가
- 수정
- 삭제
- styled-components를 이용한 CSS-in-JS
- React.memo와 useState의 Functional updates를 이용한 컴포넌트 최적화(리렌더링 줄이기)
- 불변성을 지키기 위한 spread operator사용
- Variables const
- Arrow function
- Template literal
- Destructuring assignment
- Spread operator