React Redux Toolkit RTK Query Crash Course | RTK Query CRUD Application for Beginners

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

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

  • @DipeshMalvia
    @DipeshMalvia  2 года назад +4

    Guys, if the video is helpful to you or you learned something than please appreciate and ADD COMMENT hit the LIKE and SUBSCRIBE button and help this channel to GROW😉

  • @abdullahlimon9976
    @abdullahlimon9976 5 месяцев назад +3

    Great Man! I had searched for 20 or more videos on RUclips for learning RTK Query , I Assure you guys it is the best ..... He covers every Essentials topics and does not miss anything. You can start working after watching this.

  • @banalola
    @banalola 8 месяцев назад +2

    Best video I have seen so far on RTK Query. Much appreciated!

  • @artahmid3234
    @artahmid3234 2 месяца назад +1

    I am looking for RTK query video on RUclips and I watched so many videos but I got this video and fixed my problem..... take love

    • @DipeshMalvia
      @DipeshMalvia  2 месяца назад

      Thanks! Glad you liked the video.

  • @MDMUSASHUVA
    @MDMUSASHUVA 2 года назад +2

    This is one of the best RTK Query content.

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

    Understandable rtk query concept video on the whole youtube.

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

    The best Video for understanding the Redux Toolkit. Thank You very much Dipesh Malvia.

  • @humayunsaeed6040
    @humayunsaeed6040 2 года назад +2

    One of the best tutorial on RTK Query the way of explanation was so simple and very good

  • @kasiakordys266
    @kasiakordys266 2 месяца назад +1

    great video, simple and on subject. Thanks a lot

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

    Amazing bro, thank you so much, now - react ts + rtk - is the most important technologies, thanks for this mini tutorial))

  • @sebastianwolfgang8189
    @sebastianwolfgang8189 2 года назад +1

    Best available content on TS+RTK-query on the internet! I’m currently studying for interviews, if I get hired it’ll be thanks to you bro, thank you

    • @sebastianwolfgang8189
      @sebastianwolfgang8189 2 года назад

      Bro if you ever see this, what is the use of the number 2 on the second component for fetching one contact by id?
      In this part : (data, undefined, 2)

  • @quvomiddinkamalov3292
    @quvomiddinkamalov3292 25 дней назад +1

    Thanks you sir❤

  • @rajankhunt7002
    @rajankhunt7002 2 года назад

    when you live which company in you work now days and make video on mern projects and your teaching is very good.
    thank you for making video.

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

    Really helpful Depesh. You saved my lot of time

  • @JohnDoe-to8vr
    @JohnDoe-to8vr 6 месяцев назад

    you are the best, keeeep up the great work👌👌👌👌

  • @mohamedyoussef8835
    @mohamedyoussef8835 2 года назад +3

    Awesome videos - great information - great explanations 😃😃😃

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

    thank you so much oyu fixed my project

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

    thanks!
    so...|
    no adapters?

  • @onlinearfan
    @onlinearfan 2 года назад

    The best way refetch is to do like optimistic or pessimistic way draft data! Make video on it

  • @ikennaudokporo6061
    @ikennaudokporo6061 9 месяцев назад +1

    Great video dude..

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

    Thanks for this amazing content man ! loved it 😍

  • @walvin1967
    @walvin1967 10 месяцев назад +1

    Have a question: the api returns the query and mutate hooks that can be directly used in the UI, what is the purpose of having a store in this case? Since UI is updating immediately from the returned value of the fetching mechanism?

    • @shankhadeepbiswas896
      @shankhadeepbiswas896 7 месяцев назад

      As he said, the store binds with the apis you created and then supply via Provider to the Whole App. Without Store, Redux doesnt work basically.

  • @chaitanyayechuri239
    @chaitanyayechuri239 9 месяцев назад

    Thank you that was very helpful

  • @jackhoang5019
    @jackhoang5019 2 года назад

    really good tutorial! Just subscribed your channel.

  • @isha25tripathi12
    @isha25tripathi12 9 месяцев назад

    So lets say in your case you have contact and users, how can we segregate those api's as I read we should use creatApi once in the project. Not sure if I am correct or not but I have this doubt as I don't want to mix two separate entities all together

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

    Thank you for the video!! I've been feeling overwhelmed by the documentations since they include everything at once and your video helped me a lot as a beginner

  • @UttamRao-p3q
    @UttamRao-p3q Год назад +1

    Amazing Content

  • @АлександрЕрмолов-п2ь

    Thanks, but I don't understand how I can access the data without calling the hook, but using the usual getState method? I get some kind of crutches .... as an example))
    const {
    allPackets,
    } = store.getState();
    const allPacketsData = allPackets.queries?.['getAllPackets("allPackets")']?.data;

  • @zackOverflow
    @zackOverflow 2 года назад +1

    This is Awesome!!!

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

    Well Said, Thank You

  • @wingmann3632
    @wingmann3632 2 года назад

    hi dipesh!
    can you explain how does onCacheEntryAdded() works with WebSockets?

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

    Thanks for the video bro, I have a question on how to use multiple parameters when posting data. here is my use case `${baseURL}/route/${id}`,{productId: productId},{headers: {authorization: `${token}`} how can set up in order to hit this endpoint

  • @GALACTCPHAZE
    @GALACTCPHAZE 2 года назад +1

    I'm angular developer seen ur crash course on reactjs. class components n functional components which is more used in real projects. W3school recommend functional component with hooks. Please suggest..

    • @proro485
      @proro485 2 года назад

      Functional Components unless the codebase is old.

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

    love your channel♥️
    I have a question in rtk query
    Would you please help me, how to prevent rtk from calling invalidatesTags if error happens?! Why rtk calls getAll api when error happens in add? How to prevent that?😅

  • @AshishKumar-m4y6z
    @AshishKumar-m4y6z Год назад

    Can you help me how to call RTK mutation in withFormik?

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

    Awesome tutorial.....thank you
    But I'd like to ask, can someone use rtkquery for data fetching React native too?

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

    like modifying a particular content cause to refetch all the data again isn't that bad like if a particular data is modified we are refetching all the data again how to solve this issue ???

  • @Mohammed-019
    @Mohammed-019 Год назад

    Awesome

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

    Please Update GIthub repo which You covered In this video can't able to find Full source code

  • @DeepakLalchandaniProfile
    @DeepakLalchandaniProfile 2 года назад

    I have clarifications in java ? Can you help me out ?

  • @sonamohialdin3376
    @sonamohialdin3376 2 года назад +1

    Very useful tutorial

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

    Ok, ithink this "creaApi" is very confusing !!... but where's the "createSlice" and the "initialState" ? ... and how you share data between components ? Cause everytime you to pull data from state, ...you gonna have to fetch the data from "api" again ?

  • @nomikhan87
    @nomikhan87 2 года назад

    Can you please suggest extension for RTK query in visual studio

  • @ashokmehta3645
    @ashokmehta3645 2 года назад

    how can we achieve infinite scroll using rtk query

  • @ddikodroid
    @ddikodroid 2 года назад

    Thank you!

  • @chirumamillabharath9037
    @chirumamillabharath9037 2 года назад

    Waiting for this bro

  • @danianiazi8229
    @danianiazi8229 2 года назад

    what is the correct ways to build rtk query architecture in our project. Do we need slice and asyncThunk to implement for some specific casses and rkh api for some other cases bacuase I;m sessing it is creating a new reducer here and always sending data as a result of fetch do we have this data as state across all component like from the previous slice and asyncThunk approach my state is currentUser and AllUser how do we manage such type of store in rtk query

    • @nahidfaraji5069
      @nahidfaraji5069 2 года назад

      same question. did you find any proper solution?

    • @danianiazi8229
      @danianiazi8229 2 года назад

      @@nahidfaraji5069 not yet

    • @danianiazi8229
      @danianiazi8229 2 года назад

      @@nahidfaraji5069 apparently rtk query only fetches the data when the data is empty or we have mention its dependency in others reducers

  • @DeepakLalchandaniProfile
    @DeepakLalchandaniProfile 2 года назад

    I have a specific javascript requirement can i send it to you in email ?

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

    Hi Bro, i have a problem invalidating the cache when i use pagination with RTK query and infinite scroll.
    I have a notification data which can be individually marked as Read or all the messages can be marked as Read. I have a query end point which accepts pageNumber to render the data. When the user is in page 5, if he clicks on Mark all as read, I am unable to invalidate cache which belongs to other pages. Same problem with individual read as well. When the user is in page 2, if he scrolls back to page 1, invalidating the cache re-renders page2 instead of 1. I have tried optimistic updates of cache. But unable to find solution to invalidate the entire cache/ specific page cache. Please help.

  • @imkir4n
    @imkir4n 2 года назад

    Hi Dipesh how's poland life 😁

  • @vanithanm7988
    @vanithanm7988 2 года назад

    Hi This is vanitha from chennai ..Can you take a class for react for me ? Plz ..I am new to react

  • @rafahadenkar
    @rafahadenkar 2 года назад +1

    Redux creators did same mistake of writing complex code for RTK query, just how they did for redux before redux toolkit.

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

      it is really complex to understand compared to react query. That explains the fewer tutorial videos on rtk query

  • @omarabdullah9786
    @omarabdullah9786 8 месяцев назад

    😊🥰

  • @durgaraoganta2767
    @durgaraoganta2767 2 года назад

    Don't Shake your hands that much Times it diverts the user attention

  • @JessicaHarris-x7w
    @JessicaHarris-x7w Месяц назад

    Brown Jessica Martin Lisa Perez Sarah

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

    Those that don’t know typescript , you should understand typescript first then continue here

  • @SmashyHoney
    @SmashyHoney Год назад +2

    Total time waste ..

  • @VaibhavPatil-rx7pc
    @VaibhavPatil-rx7pc 2 года назад +5

    This is one of the best RTK Query content.