Replies: 1 comment 14 replies
-
Is |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my last project, I was using tRPC and react-query to handle all of my mutations and query logic. In my current project, I decided to avoid the extremely complicated and bloated set up of my last project.
I have been using this library for a few days and everything was fine as long as I was using the next safe actions to fetch data in server components or mutating data in my client components. Now, I am in a scenario where I want to fetch something in a client component while retaining similar functionality as react-query.
I think an equivalent of
useQuery
would be amazing with config options likeenabled
,isLoading
,data
,error
andreset
.Beta Was this translation helpful? Give feedback.
All reactions