React Query + Next13
Hello,
I am planning to use Next13 in an upcoming project and i'd like to pair it up with react query since it's my go-to library now when it comes to data fetching.
If i use the app directory and i happen to include
use-client directive in all my pages and components,
Can i still use react query normally or are there any limitations and/or additional configurations i should be aware of?
Thanks in advance~0 Replies