Learn Redux Toolkit in 1 video with Project | React Redux Toolkit |Redux Toolkit Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

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

  • @eggrat3381
    @eggrat3381 ปีที่แล้ว +71

    timestamps
    3:40 - redux vs redux toolkit
    8:07 - set up project
    19:20 - baisc routing (react-router-dom)
    26:30 - navbar
    32:38 - understanding need of Redux toolkit
    34:37 - installing redux toolki
    37:21 - creating first slice (cartSlice)
    43:19 - creating store
    48:00 - redux dev tools
    49:38 - calling actions
    1:03:00 - Middleware (redux-thunk)
    1:13:30 - create async-thunk
    query: can I use Tanstack query instead using the async-thunk when I am using redux toolkit in a project

  • @CodeWith-Lee
    @CodeWith-Lee ปีที่แล้ว +22

    I wanted to say u are the only one on youTube explaining this topic like this step by step and clear ... Thank You for your effort..

  • @gocrazy6177
    @gocrazy6177 10 หลายเดือนก่อน +3

    3:40 - redux vs redux toolkit
    8:07 - set up project
    19:20 - baisc routing (react-router-dom)
    26:30 - navbar
    32:38 - understanding need of Redux toolkit
    34:37 - installing redux toolki
    37:21 - creating first slice (cartSlice)
    43:19 - creating store
    48:00 - redux dev tools
    49:38 - calling actions
    1:03:00 - Middleware (redux-thunk)
    1:13:30 - create async-thunk

  • @kishanjotaniya855
    @kishanjotaniya855 8 หลายเดือนก่อน +5

    Finally some real world example on redux toolkit, been tired of watching those counter and todo examples nth times.

  • @codewithAbdulMumin
    @codewithAbdulMumin ปีที่แล้ว +5

    OMG!!!.....best redux toolkit on youtube, detailed explanation. I have watch many many believe non is close to this. thank God I found you. thank very much.

  • @sarthijoshi9995
    @sarthijoshi9995 8 หลายเดือนก่อน +1

    I was back again after 8 months and let me tell all that this is the BEST video where I found everything in structured manner. No confusion in understanding and learning this things in one shot.. Thanks Nisha, keep it up with good videos

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

    I watched so many videos regarding the redux toolkit... but ma'am you are awesome ❤

  • @Global-Motivational-Hub
    @Global-Motivational-Hub ปีที่แล้ว +1

    it is one of the best redux tool kit project for beginner easy to understand way of explanation... thank you very much... i have watch many videos but i can't understand clearly... but in this video clear my all doubts...

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

    No doubt you put your heart in teaching Redux❤. This is the best redux tutorial on TH-cam 😊

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

    you are great , made the explaination easy , best video on redux toolkit.

  • @neerajagrawal709
    @neerajagrawal709 ปีที่แล้ว +3

    Hey Nisha, Nicely explained, I wanted to say you are the only one on youTube explaining this topic like this step by step and clear, Thank You for your effort.. please keep posting...
    create same with typescript also :)

  • @sarthijoshi9995
    @sarthijoshi9995 ปีที่แล้ว +6

    pinpointed accurate explanation at ease, explained in the very neat and clean way..many concepts cleared here. Big Thanks and keep it up, Nisha

  • @sabujdeeptudu6215
    @sabujdeeptudu6215 ปีที่แล้ว +4

    Thanks, this video is one of the best i have came across! I was struggling to understand the Redux. but you have explained it very well.

  • @U2011-n7w
    @U2011-n7w 10 หลายเดือนก่อน +2

    best video on redux-toolkit on youtube

  • @mamun.development
    @mamun.development 3 วันที่ผ่านมา

    Hi Nisha, you have perfectly explained about Redux Toolkit with a proper use case to understand. It was very useful for me. Thanks a lot.

  • @Salah-YT
    @Salah-YT ปีที่แล้ว +5

    Thanks for this tutorial, it was super helpful. Towards the end, I encountered a minor issue while adding products. When I add just one product from each category, it works perfectly for removing them one by one. However, when I add multiple instances of the same product (e.g., 5 red t-shirts), I can't remove just one; it removes all of them. Just wanted to bring this to your attention. Nonetheless, I appreciate your tutorial!

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

      same , i think its cause of how the remove function has been written.. I will try to fix it

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

    One of the best explanation i have ever seen. Thank you so much

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

    Best video on React redux. Thanks a lot Nisha ji.

  • @RaviPrajapati-uy1wm
    @RaviPrajapati-uy1wm 29 วันที่ผ่านมา

    It's a really verry usefull video for me becouse we can try to learn flow of the redux but any one can't explain the flow of the data but you can explain all the thinks. so thank you again to create this type of contains.❤❤

  • @vinaykumar-be7nm
    @vinaykumar-be7nm 10 หลายเดือนก่อน

    Excellent Explanation i seemed lot of videos to learn redux but this one was very very beautiful and clean explanation..........Thank u maam ...Thank u very lot..........

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

    This is one of the best beginner Redux Toolkit tutorials. tysm

  • @bishwajeetpandey1570
    @bishwajeetpandey1570 ปีที่แล้ว +4

    Q》why we need to fetch the product data using redux-thunk Middleware, if we can fetch it at component level using using useEffect and useState ?
    Ans》beacuse by doing so we can store our product data at global level inside the redux store , so that any other component can easily get it or even modify it without the props drilling.
    Q》why we use Middleware ?
    ANS》only redux can't handle the asynchronous state updates so we indtroduce Middleware like redux-thunk or redux-saga to handle these asynchronous operations.

  • @chintuadhana7075
    @chintuadhana7075 ปีที่แล้ว +2

    Really nice and easy to understand explanation of each and every line. Thank you for this video 😀😀

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

    simple and straight forward. You are the best

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

    one of the best and informatic tutorial for understanding redux toolkit. thank you

  • @chanduroyal4330
    @chanduroyal4330 ปีที่แล้ว +3

    Mam thank you so much, iam waiting for the redux class from you, finally you fulfilled my expectation

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

      Enjoy..Keep learning 😀

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

    Very clear and concise, great teacher, thank you very much!

  • @imonw3b
    @imonw3b 8 หลายเดือนก่อน +1

    Nice tutorials! Unfortunately, I'm having an error @ 1:12:00 ERROR products.map is not a function? Appreciate any help please. Thanks.

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

      yes i too encounter the same error

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

      Already get this sorted. I can provide working codes if needed?

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

      same for me too, can u provide any workaround

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

    Absolutely The Best ! Subscribed within 30 mins of content , and now completed . Great line to line explanation with unusual development project in a very understandable manner . Thank you so Much !!!!!!!!!!!!!! Keep Going Maam

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

    Perfect video to understand React Redux Toolkit, Thanks Nisha

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

    Aapne ReactJS ke series bahuthi acchi banayi hai , please agle videos bhi upload kariyega .. AAPKI JAI HO

  • @Rs-xe3re
    @Rs-xe3re 2 หลายเดือนก่อน

    Thannks 2 uuuu u make real video with redux toolkit {On Add to cart project } :)

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

    Its a good project for freshers. Thanku for ur contribution maam

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

    It's really nice and very easy explaination and very under-rated video i think, last part is little complex but new things to learn.

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

    Mam thank you so much to explain the topic in such a detailed and simple manner

  • @NagarjunN-e4l
    @NagarjunN-e4l 9 หลายเดือนก่อน

    Thankyou so much , I was struggling to find a proper resource and this was on point .

  • @RavindranC
    @RavindranC 13 วันที่ผ่านมา

    This is truly impressive!

  • @tajuddinakinsowon5617
    @tajuddinakinsowon5617 8 หลายเดือนก่อน +1

    thank you for an educative tutorial. please I got stuck at the productSlice.js, after importing the initialState data using the useSelector. an error of map is not a function came up. and also at the redux extension it is given me {} object and not [] object. pls where did I get it wrong. thank you

  • @VaibhavPrasad
    @VaibhavPrasad ปีที่แล้ว +2

    You explain really well..!! Thankyou for making it so easy.

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

    Explanation was excellent (I revised the cocepts Router, RTK & Async with redux)

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

    Woow it's amazing, I was looking fo exact project of redujs/toolkit. Thank you 😊😊

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

    Hi Nisha, I'm a huge fan of yours! I've been learning from your Angular videos, and they are really helpful. Thank you so much for creating them🥀

  • @anandgarikapati3769
    @anandgarikapati3769 ปีที่แล้ว +2

    Really loved the video. Great content for free . Please keep posting videos regularly ❤❤

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

    Great Great, the way step by step really great, Thank you so much

  • @saisankarc-h8k
    @saisankarc-h8k 3 หลายเดือนก่อน

    Thank you soo much, it's very useful for me. Your explaining way is awesome😍

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

    Best video for beginner level...

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

    Thank you very much. Very good tutorial. I am happy that I have learned React Redux Toolkit.

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

    So easy to follow and understand, thanks!

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

    API is showing Loading only when , i am using create async thunk . Please provide solution

  • @SwapnilKore-tl4jd
    @SwapnilKore-tl4jd 9 หลายเดือนก่อน

    nice explanation on react-redux, thank you so much.....

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

    So Nice Tutorial. Super Excellent

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

    Really fantastic video on Redux toolkit with project......understood well....but voice got lost before when you were explaining about the loading status.....

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

    Thank you so much for making this video, this is exactly what I was looking for.

    • @Chad-pi5if
      @Chad-pi5if 8 หลายเดือนก่อน

      have you written and executed the code yourself? i mean any error??

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

    Thank you so much Nisha, it is very helpful and informative in simple manner, great job

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

    Super Lady☝ well Explained thanks a lot🤝

  • @sparsh-0384
    @sparsh-0384 10 หลายเดือนก่อน

    Explained very simple and clean ❤

  • @naganathan5312
    @naganathan5312 ปีที่แล้ว +7

    Thank you very much Nisha Singla. I learnt a lot from your videos, and your teaching approach is superb. I also saved your Instagram JS and React-related posts which were quite helpful. I believe you overlooked RTK QUERY. Could you possibly add an explanation video about RTK QUERY the next time?

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

    Excellent explanation ma'am..Thank you so much

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

    Thanks a lot, its very good tutorial for covering the Redux-toolkit fundamentals.

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

    Thanks ma'am, I'm Just waiting for this tutorial. ❤

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

      Glad to know ..keep learning 😀

  • @rayeesdot310
    @rayeesdot310 5 หลายเดือนก่อน +1

    Thanks for your hard work.

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

    Thank you. Going to watch this video in this weekend 🎉🎉

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

    Thanks for this tutorial, it is very helpful and I do this along with you so it is to understand too

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

    Best explanation, and of course all the use cases too.

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

    this is very good video... happy to collab with you

  • @chmod666-p
    @chmod666-p 7 หลายเดือนก่อน

    Amazing tutorial! Thanks for this content!

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

    Great tutorial on Redux toolkit

  • @laxmijagdalecreations3389
    @laxmijagdalecreations3389 9 หลายเดือนก่อน +1

    Excellent explanation but i have one query that after adding product to the cart they are adding but not displaying image,price n title... After clicking on remove button all the items are removing from cart...plz help

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

    Thanks for this tutorial that you provide in single video. It's helpful if you make a video on RTK query

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

    Funtastic, easy and and helpful

  • @falashreeshirodkar1439
    @falashreeshirodkar1439 5 หลายเดือนก่อน +1

    bestt video for redux toolkit

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

    Outstanding
    No words to say

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

    Everything in one video. Thank you

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

    Amazing video Got a good grasp on Redux Toolkit after seeing your video thanks a lot 🎇

  • @57_a_sarthak22
    @57_a_sarthak22 ปีที่แล้ว

    1:05:00 timestamp for myself as i'll come back later. Awesome tutorial btw

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

    It was helpful. Thank you Nisha.

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

    Hey Sister , you're awesome. Thanks for sharing such a wonderful tutorial. i learned lot of from this tutorial and keep learnign with you ..

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

    the best redux toolkit tutorials i've ever seen so far! Hat off. If You can to the same with Nextjs it would be awesome

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

    very helpful information 🙂🎉

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

    Learned a lot. Keep up these good works.

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

    thank you for the video, specially the last part of error codes globally

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

    Great Video Mam👍

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

    Awesome explanation Ma'am ! Thank you for sharing !

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

    Thanks so much for giving such a beautiful tutorial

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

    Well done!

  • @SimpsonAlfred-u7x
    @SimpsonAlfred-u7x 10 หลายเดือนก่อน

    Job well done! thanks a lot for this video.

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

    wao an excelent course.

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

    thank you so much your video so easy to learn and really help me to understand it simply...thanks a lot

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

    I practiced Along w/ you Ma'am & it is very informative please continue Reactjs Interview series with Imp topics

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

    Thanks for this amazing lecture. Subscribed.

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

    Thanks Nisha, you are the best

  • @muthumaran4741
    @muthumaran4741 ปีที่แล้ว +2

    Hi Nisha,
    I have one question after added the extra reducer you have removed everything from reducer. But fetch product doesn't throw any errors. For the the extra reducer how to declare below statement?
    export const { fetchProduct } = productSlice.actions;

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

    mam but we can use thunk with extra reducer and put another product array inside the initial state like this:-
    const initialState = {
    product: [],
    cart: []
    };

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

    a signle video has mostly all practicel nice work

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

    Thanks a lot for this kind of useful content!

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

    On clicking add to cart, a nested array of all data is passed to cart array

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

    Thanks you so much madam for this vedio. please upload more on reactjs with typescript concepts

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

    Thank you so much. Fantastic explanation

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

    nice video

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

    Excellent tutorial, thank you !