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

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

Dipesh Malvia

2 года назад

42,517 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@DipeshMalvia
@DipeshMalvia - 22.07.2022 13:11

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😉

Ответить
@innocent3163
@innocent3163 - 30.11.2023 19:33

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

Ответить
@BruceWayne-lm6xt
@BruceWayne-lm6xt - 26.11.2023 20:27

Thanks a lot ,this will gonna help me a lot in my new Project 🫡

Ответить
@Mohammed-019
@Mohammed-019 - 04.11.2023 22:25

Awesome

Ответить
@kimiasamavi
@kimiasamavi - 03.11.2023 22:09

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?😅

Ответить
@kenanhaciyev3759
@kenanhaciyev3759 - 21.10.2023 18:53

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

Ответить
@user-jr8iy2xd4o
@user-jr8iy2xd4o - 11.10.2023 10:19

Amazing Content

Ответить
@humendra5999
@humendra5999 - 24.08.2023 16:30

Really helpful Depesh. You saved my lot of time

Ответить
@user-xn2rs7jq4y
@user-xn2rs7jq4y - 15.08.2023 06:18

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

Ответить
@webber5629
@webber5629 - 04.06.2023 19:32

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

Ответить
@SmashyHoney
@SmashyHoney - 30.05.2023 21:13

Total time waste ..

Ответить
@kidusabebe2645
@kidusabebe2645 - 22.05.2023 20:10

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

Ответить
@moulevj6731
@moulevj6731 - 04.04.2023 16:54

Thanks for this amazing content man ! loved it 😍

Ответить
@user-vc6mo5nl8g
@user-vc6mo5nl8g - 22.03.2023 16:21

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;

Ответить
@LuteusPoeta
@LuteusPoeta - 08.03.2023 16:54

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

Ответить
@romimaximus
@romimaximus - 26.02.2023 08:09

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 ?

Ответить
@kirannk8361
@kirannk8361 - 09.02.2023 18:23

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.

Ответить
@emmanuelakogwu7761
@emmanuelakogwu7761 - 27.01.2023 22:05

Awesome tutorial.....thank you

But I'd like to ask, can someone use rtkquery for data fetching React native too?

Ответить
@zude1100
@zude1100 - 13.01.2023 01:12

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

Ответить
@arnauddebrock878
@arnauddebrock878 - 19.12.2022 00:07

thank you so much oyu fixed my project

Ответить
@jackhoang5019
@jackhoang5019 - 11.10.2022 23:29

really good tutorial! Just subscribed your channel.

Ответить
@onlinearfan
@onlinearfan - 24.09.2022 22:55

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

Ответить
@VaibhavPatil-rx7pc
@VaibhavPatil-rx7pc - 24.09.2022 04:14

This is one of the best RTK Query content.

Ответить
@humayunsaeed6040
@humayunsaeed6040 - 17.09.2022 22:09

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

Ответить
@sebastianwolfgang8189
@sebastianwolfgang8189 - 14.09.2022 02:19

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

Ответить
@mohamedyoussef8835
@mohamedyoussef8835 - 28.08.2022 22:36

Awesome videos - great information - great explanations 😃😃😃

Ответить
@sonamohialdin3376
@sonamohialdin3376 - 21.08.2022 16:14

Very useful tutorial

Ответить
@mukurpuri4966
@mukurpuri4966 - 21.08.2022 13:05

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

Ответить
@wingmann3632
@wingmann3632 - 23.07.2022 10:13

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

Ответить
@MrDeepakLalchandani
@MrDeepakLalchandani - 23.06.2022 13:04

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

Ответить
@MrDeepakLalchandani
@MrDeepakLalchandani - 22.06.2022 16:45

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

Ответить
@danianiazi8229
@danianiazi8229 - 06.06.2022 12:29

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

Ответить
@GALACTCPHAZE
@GALACTCPHAZE - 15.05.2022 18:51

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

Ответить
@chirumamillabharath9037
@chirumamillabharath9037 - 28.04.2022 13:40

Waiting for this bro

Ответить
@MDMUSASHUVA
@MDMUSASHUVA - 26.04.2022 16:12

This is one of the best RTK Query content.

Ответить
@durgaraoganta2767
@durgaraoganta2767 - 21.04.2022 21:59

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

Ответить
@nomikhan87
@nomikhan87 - 21.04.2022 10:45

Can you please suggest extension for RTK query in visual studio

Ответить
@vanithanm7988
@vanithanm7988 - 20.04.2022 12:35

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

Ответить
@ashokmehta3645
@ashokmehta3645 - 19.04.2022 17:19

how can we achieve infinite scroll using rtk query

Ответить
@rajankhunt7002
@rajankhunt7002 - 19.04.2022 16:21

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.

Ответить
@imkir4n
@imkir4n - 19.04.2022 15:09

Hi Dipesh how's poland life 😁

Ответить
@ddikodroid
@ddikodroid - 19.04.2022 14:58

Thank you!

Ответить
@zackOverflow
@zackOverflow - 19.04.2022 14:57

This is Awesome!!!

Ответить