Skip to content

Commit

Permalink
chore: 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Creative-Lee committed Nov 15, 2023
1 parent 0fbcfde commit 6755702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/shared/hooks/useExtraFetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ const useExtraFetch = <T, P extends unknown[]>(
export default useExtraFetch;

// TODO: 현 fetch기준으로 코드 전반적인 에러처리 구조 생각해보기
// useXXX는 에서 throw한 에fetcher러를 state에 넣어 return하고 이걸 컴포넌트에서 분기로 처리하는 구조.
// useXXX는 fetcher에서 throw한 에러를 state에 넣어 return하고 이걸 컴포넌트에서 분기로 처리하는 구조.
// 서버에서 내려주는 커스텀 에러코드, 메세지 객체 활용 고민
// ex) Error class

0 comments on commit 6755702

Please sign in to comment.