Skip to content

Conversation

@TkDodo
Copy link
Collaborator

@TkDodo TkDodo commented Jul 16, 2021

which indicates that a query is fetching, but not loading; useful for background loading spinners that you don't want to display on initial loading because you have a big loading spinner there

one concern is that if you currently use notifyOnChangePropsExclusion: ['isFetching'] to avoid renders during background updates, you will now get those renders again because of the new flag, which you would need to include again. Not sure if that is a blocker for this feature

which indicates that a query is fetching, but not loading; useful for background loading spinners that you don't want to display on initial loading because you have a big loading spinner there
@vercel
Copy link

vercel bot commented Jul 16, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tannerlinsley/react-query/6JLj9kyoSh4JyK4BermnmqiXFGdE
✅ Preview: https://react-query-git-fork-tkdodo-feature-is-ref-d27314-tannerlinsley.vercel.app

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 16, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit b78fda3:

Sandbox Source
tannerlinsley/react-query: basic Configuration
tannerlinsley/react-query: basic-typescript Configuration

@TkDodo TkDodo merged commit 1896ca2 into TanStack:master Sep 18, 2021
@TkDodo TkDodo deleted the feature/is-refetching-flag branch September 18, 2021 17:34
@tannerlinsley
Copy link
Member

🎉 This PR is included in version 3.24.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants