Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 293 Bytes
  1. components = 페이지 상관없이 공통으로 사용되는 컴포넌트를 작성

  2. constants = api,path 값을 관리

  3. hooks = 커스텀 훅을 관리

  4. context = context 관리

  5. pages = 페이지별 컴포넌트를 관리

  6. store = redux 관리

  7. utils = js파일 관리