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

GraphQL + Apollo Client -> React Query + REST API 변경 #23

Open
seoko97 opened this issue Jul 13, 2023 · 0 comments · Fixed by #24
Open

GraphQL + Apollo Client -> React Query + REST API 변경 #23

seoko97 opened this issue Jul 13, 2023 · 0 comments · Fixed by #24
Assignees

Comments

@seoko97
Copy link
Owner

seoko97 commented Jul 13, 2023

💼 구현 개요

  • Next.js 13이 업데이터 됨에 따라 Apollo Client를 사용할 수 없는 상황입니다.
    • fetch를 통해 요청을 보내고 저장할 수 있지만 이전 프로젝트부터 GraphQL을 사용하면서 얻는 이점이 모호해졌습니다.
    • 이에, 일반 fetch요청을 react-query를 통해 캐싱하는 방향으로 잡았습니다.

진행 현황

업데이터 예정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant