Last updated 1 year ago
Custom Hooks 를 모은 폴더입니다.
/src 경로에 있는 폴더에는 전역적으로 사용되는 hooks 로직을,
/src
각 container / components 내부에는 해당 컴포넌트에서만 사용되는 hooks 로직을 모아 놓습니다.
container
components
전역단위가 아니라면 꼭 hooks 폴더를 만들지 않아도 됩니다. (ex. useLoginForm)