One of the best explanations for RTK Query. Thank you so much.
@PedroTechnologies20 күн бұрын
Glad it was helpful!
@dami3589Ай бұрын
My default api/cache/state manager. So powerful and easy to use!
@PedroTechnologiesАй бұрын
I'm glad you love it!
@mrinalg4600Ай бұрын
nice video 👍🏻 make more of these on tech used and on components or ui like react-select video . . great work
@iron857029 күн бұрын
You are great. Thanks a lot🎉
@soumadip_banerjee3 күн бұрын
Gracias/Thank you Pedro! :)
@mestrestephane908723 күн бұрын
Amazing explanation ! Thanks a lot
@achiakhvlediani438217 күн бұрын
great explanation, good job
@PedroTechnologies17 күн бұрын
Thanks for watching!
@eminence9115Ай бұрын
Thank you for French voice good job ✌️🙏
@PedroTechnologiesАй бұрын
Hahahha thanks!
@OCEMTechZoneАй бұрын
Great🎉
@ManishGupta-nv5byАй бұрын
Hi pedro, i really like your teachings, but can you like make videos on react internals or deep dive, and talk about how reconcilliation and fiber and react work , how hooks works and how they use dispatch to call react dom what happens then etc. Like mainly concepts that make good react developer not react developer. Because in india, for job noone wants a react developer.
@ПауверТзенАй бұрын
You are a legend, ttytt my mother tongue is Russian and in Russian youtube my best youtuber is UlbiTv, but his video is too old and you're the gratest alternative to his videos, your temp of the speech and flow of the information is so ideal, my brain got a lot of pleasure while was watching this briliant tutorial. Thanks Lord :)
@alexdin1565Ай бұрын
Hi pedro, please make vidoes about Payload CMS
@vinaydeveloper5496Ай бұрын
Please bring a depth tutorial on next js 15 with prisma
@PedroTechnologiesАй бұрын
This exact vid is coming out soon! Already recorded it, just have to edit :)
@LumbreraEnMiCaminoАй бұрын
please use typescript
@jawadachhАй бұрын
👍🙏
@imkir4nАй бұрын
The question is: do you really need RTK query when you have React Query?
@imkir4nАй бұрын
React query is super cool and easy to use, and with something like Zustand, it's super easy to use.
@dimitrusmeleskausas2086Ай бұрын
@@imkir4n Redux Toolkit + RTK Query == Zustand + React-Query (Tanstack) :) But RTKQ probally better to use with Redux i guess (if you use Redux)
@Vicky2000pАй бұрын
It's simple if ur using Redux toolkit then use rtk otherwise use react query with zustand
@imkir4nАй бұрын
@@Vicky2000p Which one do you prefer if you are starting a new project?
@PedroTechnologiesАй бұрын
If you are using redux, use rtk query. If you are using anything else, use react query
@Anisulhoque-k5lАй бұрын
bro 🥰
@arteminsight21 күн бұрын
whats the name of vscode theme?
@roficakep19 күн бұрын
in my project, the result given from useGetData is an undefined loop, I checked using console.log. how do I solve it?
@roficakep4 күн бұрын
I read the documentation, that Fetch in Redux has a problem, that the synchronous method is executed repeatedly until the data is obtained. The solution is I don't use StrictMode