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
Currently, we invoke refetching on every single POST, PUT, DELETE request.
We obviously want to optimize it by storing the data in state in the initial fetching, and update the state instead of refetching.
Description
Currently, we invoke refetching on every single POST, PUT, DELETE request.
We obviously want to optimize it by storing the data in state in the initial fetching, and update the state instead of refetching.
Related Issues
The text was updated successfully, but these errors were encountered: