UNLOCK the ULTIMATE Data Fetching Secrets with REACT-QUERY: You Won't Believe the RESULTS!

Sdílet
Vložit
  • čas přidán 4. 09. 2024

Komentáře • 10

  • @gajanankanekar9118
    @gajanankanekar9118 Před 3 měsíci

    Thanks very much for not uttering "OK" and "Alright" during your teaching, which most of the CZcamsrs do in every sentence and irritates the listner. Your teaching skill and knowledge is excellent. Thanks once again.

  • @kashmirtechtv2948
    @kashmirtechtv2948 Před 7 měsíci +1

    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.

  • @usmanmughal5916
    @usmanmughal5916 Před rokem +1

    Very good ,neat and understandable accent.

  • @ashish_prajapati_tr
    @ashish_prajapati_tr Před rokem +1

    awesome

  • @ramandahiya6977
    @ramandahiya6977 Před 9 měsíci

    best tutorials ❤❤❤

  • @hadeedtmgggg5837
    @hadeedtmgggg5837 Před 11 měsíci

    Which vscode theme you are using and which font family you are using

  • @mitexz
    @mitexz Před rokem

    thanks youuuuuuuuuu

  • @mrlectus
    @mrlectus Před rokem

    What is the best way to use custom hooks with react query? is it best practice to create custom hooks for all api endpoint?

  • @mitexz
    @mitexz Před rokem

    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

    • @NamNguyen-tv5ie
      @NamNguyen-tv5ie Před rokem

      why api returns data after mutation?? example after doing POST, PUT, PATCH, DELETE methods i think they should return a message success or failed.