Does react-query has selectors feature? #1223
Unanswered
tranhaminh91
asked this question in
Q&A
Replies: 1 comment
-
it's coming in V3: https://react-query-beta.tanstack.com/guides/migrating-to-react-query-3#selectors |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I use react-query to fetch a list of posts and want to filter only the completed post.
I would like the selectors feature like recoil, for example:
https://recoiljs.org/docs/basic-tutorial/selectors/
Beta Was this translation helpful? Give feedback.
All reactions