Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Query 공통 옵션 추가할지 고려해보기 #398

Open
NamJwong opened this issue Aug 29, 2022 · 2 comments
Open

React Query 공통 옵션 추가할지 고려해보기 #398

NamJwong opened this issue Aug 29, 2022 · 2 comments
Labels
chore 🍣 기능 개발 외 부수적인 일들

Comments

@NamJwong
Copy link
Member

✨ 어떤 기능인가요?

useErrorBoudary, retry를 공통 옵션으로 하는 것이 좋을지 고민할 필요가 있어보임

✅ To Dos

  • [ ]
  • [ ]
  • [ ]
@NamJwong NamJwong added refactor 🪐 리팩토링 chore 🍣 기능 개발 외 부수적인 일들 and removed refactor 🪐 리팩토링 labels Aug 29, 2022
@NamJwong
Copy link
Member Author

NamJwong commented Sep 2, 2022

일단 useErrorBoudary는 전역으로 하면 될 것 같습니다!
api 통신하면서 발생한 어떤 에러든 error boundary를 통해 처리하기로 했으니까요
image
https://tanstack.com/query/v4/docs/reference/useQuery

@NamJwong
Copy link
Member Author

NamJwong commented Sep 5, 2022

저렇게 댓글 단지 3일만에 처음으로 useErrorBoudary false를 해야 할 상황이 발생했습니다
ErrorFallback 컴포넌트를 띄우지 않고 onError 옵션을 사용해야 하기 때문입니다

이 경우에 이러한 방법을 사용할 수 있네요 ..
image
출처 https://tech.kakao.com/2022/06/13/react-query/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 🍣 기능 개발 외 부수적인 일들
Projects
None yet
Development

No branches or pull requests

1 participant