Master Redux RTK Query Manual Cache Update For React Project For Ultimate Performance & Debug Cache

preview_player
Показать описание
Learn RTK Query Manual Cache Update For Create, Update and Delete Feature For Any Types Of React Application to make any make web apps faster and optimized thus giving you the best performance
git code:
Рекомендации по теме
Комментарии
Автор

Thank you very much, stuck with this manual update for 2 days, this video gave a clear understanding to that. Subscribed

gopinathkrm
Автор

i just want to say a huge thanks to you for this..i have been struggling on the same topic that you just explained as i always wondered that in every case invalidating the tags and re-fetching all the data again is not a good approach, anyhow i knew that there must be some way but you explanined that way to me.
Thankyou :)

rishibakshi
Автор

1:38 This is why you're my favorite youtuber you make amazing content for us every day

tramivicenza
Автор

Thanks so much for this usefull content. Found you video randomly while searching info on RTK Query for my current project. I'm a new learning and working on a react redux toolkit project for my training. Thanks so much i will surely watch the other videos on the topic.

sushy
Автор

Really gretat stuff, thanks a lot!

A Tanstack Table (maybe even with Tanstack Router and Tanstack Query, but... Table as highest priority) tutorial will be highly appreciated as well..

wishmeheaven
Автор

I have one question if pagination we do so will it recall isloading on very oage request ?

maryambibi
Автор

Great Job sir. Thank you for the tutorial.

PitZza
Автор

U can make a custom hooks or function for making query caching instead of Everytime paste same code

binarybulletin
Автор

Hey, Thanks for the video. In my case, I want to delete record from cache. But updateQueryData callback is not getting called, though I am passing queryParams as well. Anything else need to check?

MadhuriBagal-qv
Автор

providesTags & invalidatesTags are old way ? 18:00

AnishBishnoi-wflv
Автор

can we update without sending any request ? .. i want to update data from the socket

nischal
Автор

good
but can u make the lesson from the basis of the rtk query, for those who knows rtk already

sameersnr
Автор

I use store.dispatch in another composite to update the cache but it doesn't work

hahuuo
Автор

You can do updateProject by just doing this
return draft.map((project) =>
project?.id === args?.id ? { ...updatedProject } : project,
);

sudiptachakraborty