We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
우리가 사용하는 API는 많은 resource를 담고 있다. 또한 github oauth를 이용하게 되는데, 요청이 많아지면 사용할 수 없도록 블락당한다. 이는 같은 요청을 많이 보내서 생기게 되는데, 이를 막기 위해서 API 캐싱을 하려고 한다.
React-query
The text was updated successfully, but these errors were encountered:
HiGeuni
No branches or pull requests
목적
우리가 사용하는 API는 많은 resource를 담고 있다.
또한 github oauth를 이용하게 되는데, 요청이 많아지면 사용할 수 없도록 블락당한다.
이는 같은 요청을 많이 보내서 생기게 되는데, 이를 막기 위해서 API 캐싱을 하려고 한다.
사용 라이브러리
React-query
The text was updated successfully, but these errors were encountered: