was just watching the react video (right now at testing part) and was wondering in the whole tutorial, I need to learn react query because you mentioned that and here we go. Thanks Anson you made my day. ❤
very much similar to using apollo client. You mentioned that this is a wrapper and can still be used with graphql? does that mean I can still use this even when using apollo client for queries and mutations ? if yes what would be the benefit? I am building a project using nest.js graphql as backend and next.js for front end
@@dreamsachiever212 you wouldn’t want to use this with Apollo client, or Redux toolkit. They mention it in their docs you use one or the other but not both. If you were not using Apollo and just using graphql in react with GQL template strings you can pass that to the graphql server. Look up react query with graphql for some examples, you will see they do not use Apollo with it.
@@ansonthedev It makes sense. I was confused at first because I get the same options from using Apollo client useQuery and useMutation. Thanks for the reply.
@@ansonthedev Hi Anson. How about I use Redux store for managing global state for UI components or Application wide local data created within the app itself (not server related data) and then use React query for managing API fetched data. Is that a possible approach?
Awesome bro, i learn a lot with your videos. Thank you so much
was just watching the react video (right now at testing part) and was wondering in the whole tutorial, I need to learn react query because you mentioned that and here we go. Thanks Anson you made my day. ❤
This is really helpful, Thanks Anson
Thanks Anson always a banger.
Bro ❤❤❤
I came here to request tanstack query tutorial.
Luckily you heard me before I...
❤❤❤
Thanks Anson for this awesome tutorial, could you also make a video using ReactContext with ReactQuery and TS.
Thank you for this. 🥳
Hi, what VSCode settings are you using, looks really cool! Especially the font
I am learning Sveltekit/ Svelte have you tried version 5 of it
Super Awesome please do make something on svelte too in future.
how to improve react application performance can you make video for that
awesome
Bnager after banger i guess next will be the react router dom
very much similar to using apollo client. You mentioned that this is a wrapper and can still be used with graphql? does that mean I can still use this even when using apollo client for queries and mutations ? if yes what would be the benefit? I am building a project using nest.js graphql as backend and next.js for front end
@@dreamsachiever212 you wouldn’t want to use this with Apollo client, or Redux toolkit. They mention it in their docs you use one or the other but not both. If you were not using Apollo and just using graphql in react with GQL template strings you can pass that to the graphql server. Look up react query with graphql for some examples, you will see they do not use Apollo with it.
@@ansonthedev It makes sense. I was confused at first because I get the same options from using Apollo client useQuery and useMutation. Thanks for the reply.
@@ansonthedev Hi Anson. How about I use Redux store for managing global state for UI components or Application wide local data created within the app itself (not server related data) and then use React query for managing API fetched data. Is that a possible approach?
@@prashanthl1238 if you use redux, you should use redux toolkit and not react query
Can you make a tutorial on css please
Hai, please teach me a type script