Support for isFetching/fetching #1608
chimon2000
started this conversation in
Ideas
Replies: 2 comments
-
See |
Beta Was this translation helpful? Give feedback.
0 replies
-
2.0 does that I'm making last minute changes on that behavior before releasing 2.0, but that new version is supposed to cover that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
React Query & Redux Toolkit Query both have the concept of a
fetching
flag such thatThe reasoning is to allow for greater control when rendering the UI: displaying a skeleton for
isLoading
vs. old data whenisFetching
: https://redux-toolkit.js.org/rtk-query/usage/queries#query-loading-stateIs this behavior possible with
FutureProvider
andAsyncValue
, and if not whether it's worth exploring?Beta Was this translation helpful? Give feedback.
All reactions