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

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 10

  • @gajanankanekar9118
    @gajanankanekar9118 7 หลายเดือนก่อน

    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.

  • @ramandahiya6977
    @ramandahiya6977 ปีที่แล้ว

    best tutorials ❤❤❤

  • @kashmirtechtv2948
    @kashmirtechtv2948 ปีที่แล้ว +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 ปีที่แล้ว +1

    Very good ,neat and understandable accent.

  • @hadeedtmgggg5837
    @hadeedtmgggg5837 ปีที่แล้ว

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

  • @ashish_prajapati_tr
    @ashish_prajapati_tr ปีที่แล้ว +1

    awesome

  • @mitexz
    @mitexz ปีที่แล้ว

    thanks youuuuuuuuuu

  • @mrlectus
    @mrlectus ปีที่แล้ว

    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 ปีที่แล้ว

    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 ปีที่แล้ว

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