Thanks very much for not uttering "OK" and "Alright" during your teaching, which most of the TH-camrs do in every sentence and irritates the listner. Your teaching skill and knowledge is excellent. Thanks once again.
What if we have multiple API calls?? And they depend on each other as well... Hiw to get rid of screen flickering and rendering everything correctly in the right sequence and order.. Also, how to get rid of unnecessary renders.
if there's an api returning data after mutation. how do we store that and how would we refetch like you did with useQuery?. i am confused because we dont have any key in mutaion hook
Thanks very much for not uttering "OK" and "Alright" during your teaching, which most of the TH-camrs do in every sentence and irritates the listner. Your teaching skill and knowledge is excellent. Thanks once again.
best tutorials ❤❤❤
What if we have multiple API calls?? And they depend on each other as well...
Hiw to get rid of screen flickering and rendering everything correctly in the right sequence and order..
Also, how to get rid of unnecessary renders.
Very good ,neat and understandable accent.
Which vscode theme you are using and which font family you are using
awesome
thanks youuuuuuuuuu
What is the best way to use custom hooks with react query? is it best practice to create custom hooks for all api endpoint?
if there's an api returning data after mutation. how do we store that and how would we refetch like you did with useQuery?. i am confused because we dont have any key in mutaion hook
why api returns data after mutation?? example after doing POST, PUT, PATCH, DELETE methods i think they should return a message success or failed.