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

Migrate from fetch to react-query #84

Open
FKolwa opened this issue Apr 17, 2023 · 0 comments
Open

Migrate from fetch to react-query #84

FKolwa opened this issue Apr 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FKolwa
Copy link
Member

FKolwa commented Apr 17, 2023

As discussed in PR #81 we decided to move from simple fetch calls to retrieve our static cloud image data to react-query.
React Query is not only transport protocol agnostic, which means we can continue to use it even if we decide to change our back-end implementation, it also brings features like caching, paginated fetch calls and suspended rendering which will be helpful in boosting our page performance.

@FKolwa FKolwa added the enhancement New feature or request label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant