You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: