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

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2022
  • 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:
    github.com/GaziAdib/rtk-query...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @RBSTREAMS
    @RBSTREAMS 3 หลายเดือนก่อน +1

    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 :)

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

    Awesome! the one I was searching !

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

    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.

  • @wishmeheaven
    @wishmeheaven 2 หลายเดือนก่อน

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

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

      Tnx a lot dear

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

    Great Job sir. Thank you for the tutorial.

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

    Awesome Job, Keep up bro 🔥🔥😎😎👍👍

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

    Great video. This is lit

  • @subrotomukherjee8571
    @subrotomukherjee8571 11 หลายเดือนก่อน

    Thank you for this information

  • @ubaidullah-be7yp
    @ubaidullah-be7yp ปีที่แล้ว +1

    Love from Pakistan!

  • @MadhuriBagal-q7v
    @MadhuriBagal-q7v 19 วันที่ผ่านมา

    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?

  • @rifaazmayen9958
    @rifaazmayen9958 8 หลายเดือนก่อน

    really onek helpful vai

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

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

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

      Tnx a lot this is very advanced work normally it’s a paid course but I have it for free so that all of you can learn ❤

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

      Don’t forget to share it 😊

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

      Don’t forget to share it 😊

  • @maryambibi9687
    @maryambibi9687 19 วันที่ผ่านมา

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

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

    😍😍😍

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

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

  • @binarybulletin
    @binarybulletin 3 หลายเดือนก่อน

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

  • @nischal5440
    @nischal5440 4 หลายเดือนก่อน

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

  • @AnishBishnoi-wf7lv
    @AnishBishnoi-wf7lv 9 หลายเดือนก่อน

    providesTags & invalidatesTags are old way ? 18:00

    • @GreatAdib
      @GreatAdib  9 หลายเดือนก่อน

      No its not the fastest solution just it

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

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

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

      You must watch my video on how to setup RTK query in the project too understand it

  • @sudiptachakraborty1748
    @sudiptachakraborty1748 10 หลายเดือนก่อน

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

    • @GreatAdib
      @GreatAdib  10 หลายเดือนก่อน

      We can but I haven’t tried this way yet but nice advice