Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

CEOS-Developers/react-todo-11th

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-todo-11th 모범답안

  1. atoms, molecules로 자주 쓰는, 작은 단위의 component들을 분리했습니다.
  2. todo와 관련된 컴포넌트들은 todo 디렉토리에 분리했습니다.
  3. React.memo로 리렌더링 최적화를 적용했습니다.
  4. handleComplete 함수에서 2중첩 화살표 함수를 사용했습니다.
  5. handleFormChange, isValidForm, initForm등 기능별로 함수를 분리했습니다. 또 위 함수들은 input component 내부에서 정의해 캡슐화시켰습니다.
  6. TodoItemkeyJSON.stringify(item)을 넘겼습니다. 별도의 id값이 없을 때 유용한 방법입니다.

About

CEOS react 2번째 미션 todo를 진행하기 위한 저장소

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors