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

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 10

  • @kashmirtechtv2948
    @kashmirtechtv2948 8 месяцев назад +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.

  • @gajanankanekar9118
    @gajanankanekar9118 4 месяца назад

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

  • @usmanmughal5916
    @usmanmughal5916 Год назад +1

    Very good ,neat and understandable accent.

  • @ashish_prajapati_tr
    @ashish_prajapati_tr Год назад +1

    awesome

  • @hadeedtmgggg5837
    @hadeedtmgggg5837 Год назад

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

  • @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?

  • @ramandahiya6977
    @ramandahiya6977 10 месяцев назад

    best tutorials ❤❤❤

  • @mitexz
    @mitexz Год назад

    thanks youuuuuuuuuu

  • @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.