v1.0.0-alpha.1 #22
KRTirtho
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
BREAKING CHANGES
QueryJob
,MutationJob
andInfiniteQueryJob
anymore. Instead, you can use theQueryBuilder
,MutationBuilder
andInfiniteQueryBuilder
directlyQueryBowlProvider
->QueryClientProvider
QueryBowl
->QueryClient
getPreviousPageParam
is now removed fromInfiniteQuery
getNextPageParam
has been renamed tonextPage
fetchNextPage
has been renamed tofetchNext
Query
andInfiniteQuery
'ssetQueryData
has been renamed tosetData
and it now accepts data directly instead of a call back functionQueryClient
's unneededprefetchQuery
method was eradicatedFeatures
This discussion was created from the release v1.0.0-alpha.1.
Beta Was this translation helpful? Give feedback.
All reactions