Redux toolkit crash course | Chai aur React Series

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

Комментарии • 3,7 тыс.

  • @jayrai18
    @jayrai18 Год назад +283

    13:30 History lesson ends here it's time to code
    31:33 All methods defined in the reducer() function have 2 main attributes "state" and "action"
    33:48 homework (Update method in reducer())
    1:05:50 Task reminded again by sirji

    • @youremotions5910
      @youremotions5910 10 месяцев назад +7

      bhai notes bnaye h?

    • @manjeeshchauhan9233
      @manjeeshchauhan9233 5 месяцев назад

      bhai update method nahi ho raha hai homework wala kaise karun?

    • @tahfeezmir471
      @tahfeezmir471 4 месяца назад +1

      updateTodo: (state, action) => {
      state.todos = state.todos.map((todo) => todo.id === action.payload.id ?{ ...todo,text : action.payload.text }: todo.text);
      }
      // is this correct update method?

    • @DARKCODES-e2f
      @DARKCODES-e2f 3 месяца назад

      @@tahfeezmir471 what about this one
      update: (state, action) => {
      const todo = state.todos.find((item) => item.id === action.payload);
      todo.title = action.payload;
      },

    • @mohanrana9425
      @mohanrana9425 3 месяца назад +1

      @@tahfeezmir471 yes bro but how can we implement it can u share me

  • @babalookumar4867
    @babalookumar4867 11 месяцев назад +32

    importance of uses of two libraries:
    jab redux aaya tha to uske stepup me thoda jayada time lagta tha compare to contex api and debugging karne me v problem ja rhi thi. tab developers ne redux-toolkit introduce kiya jisme setUp or debugging easy ho gya kuchh redux functions ke dawara, isliye redux use karne ke liye ye dono libraries install karni jaruri hai.

  • @Smit-j8n
    @Smit-j8n 4 месяца назад +8

    BEAUTIFULLY explained, one of the most complex topics in Frontend dev with React is this, Redux/Redux Toolkit.
    Hats off to Hitesh ji for making it seem simple when it's actaully not.
    As they say, It's easy to make things difficult but difficult to make things easy and Hitesh ji scored 101/100 on making complex things so easy to understand.🤟🤟

  • @official_asw_1999
    @official_asw_1999 Год назад +216

    Hello, Histash sir, I don’t usually comment on anyone’s videos, but after watching your series of JavaScript and now React, I just literally want to thank you, and I want to tell you that I am currently in Noida for a web development course, and I have spent 8 months here in the tuition. After going to an interview, I was not able to crack the interview, but then I saw your javascript series, and I found all those questions in you serious, and now I am ready for any interview. I just want to tell you that I spent almost 200000 but was still not able to crack the interview. But your content is so great that I want to tell everyone: don’t buy any paid courses or go for any tuition. I have a request for you now: please pin this comment so that someone will find it and also help him. Just learn from the code, aur chai. Thanks, sir, for the best content. May God bless you and your family.

    • @pratikrajput2066
      @pratikrajput2066 Год назад +6

      I feel You Bro

    • @laughwhy2641
      @laughwhy2641 Год назад +4

      Tnq bro , I am also thinking for join a institute for learn tech skills but according to your experience I think it is waste of time and money. Can you I am right?

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

      Yes, This is great series...
      Hiitesh ji, बहुत बहुत् धन्यवाद!!

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

      name ka spelling edit kar lo bhai

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

      Chai aur code dekhne ke baad interview crack hua ?😂

  • @thecalgarians4597
    @thecalgarians4597 5 месяцев назад +13

    BEAUTIFULLY explained, one of the most complex topics in Frontend dev with React is this, Redux/Redux Toolkit.
    Hats off to Hitesh ji for making it seem simple when it's actaully not.
    As they say, It's easy to make things difficult but difficult to make things easy and Hitesh ji scored 101/100 on making complex things so easy to understand. ❤

  • @souravsamanta7625
    @souravsamanta7625 4 дня назад +2

    Today is 23rd Nov, 2024. I am learning Redux. I Solved Update Todo task with Context API. It also can be solved through store management. But I tried the Context API because it is complex for me. Thank You Hitesh Sir, You are the best in the industry.

  • @VaibhavSharma-ec6oe
    @VaibhavSharma-ec6oe 5 месяцев назад +6

    Hello Sir, usually main comment nhin krta hoon videos pr aapne itna effort k saath yeh react playlist bnayi itne complex topic ko itna easy explain kiya thanks a lot for such videos

  • @shankaronline
    @shankaronline Год назад +13

    28:00 The action parameter represents the action object that is dispatched to trigger the reducer. Actions are plain JavaScript objects that typically have a type field to indicate the action type and may include other data relevant to the action.
    You use the action.type to determine what kind of action is being performed, and you can also access the payload or other properties of the action object to make decisions on how to update the state.

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

    The ultimate guide for redux toolkit and redux history ..... iske baad kisi tutorial ki zaroorat hi nhi . Thanks Hitesh Sir...

    • @Azharuddin-khan
      @Azharuddin-khan 4 месяца назад

      After this lecture do you got to know what reducer is?

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

      @@Azharuddin-khan watch geekyshows redux video before this video

  • @75_adityautekar84
    @75_adityautekar84 Год назад +78

    Sir Hitesh, you have entered my life as Loki, holding all the branches of development. Completed your ' Chai aur JavaScript' and now learning ReactJs. Your content is G.O.A.T 🙌, thankyou so much for helping us with your mind blowing explanation❤❤

  • @johnay9761
    @johnay9761 Год назад +169

    Teaching about background history is the best thing in your lectures 👀

    • @chaiaurcode
      @chaiaurcode  Год назад +53

      It really is!

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

      yes sir @@chaiaurcode

    • @ATmilktime
      @ATmilktime 5 месяцев назад +4

      @@chaiaurcode sir from were this todoReducer we use, during import in store.js, timestamp= 36:00

    • @thefreemonk6938
      @thefreemonk6938 5 месяцев назад

      Watch redux full playlist by Anurag Singh Pro Codrr

    • @darsheelchudal5197
      @darsheelchudal5197 5 месяцев назад

      @@ATmilktime It is coming form todoSlice.reducer which is exported from toDoSlice, the reason we write todoReducer is that there is no such strict naming convention when taking the import from the export statement where there is default. We have strict convention when it is imported from a const variable by destructuring it.

  • @SeekhLo7870
    @SeekhLo7870 Месяц назад +1

    Hello, HiteshSir. I am a FrontEnd Developer right now with Skills of HTML, Css, Js only. WhenI started Learning of React in Sep 2024, Currently I am Learning React From Your Videos. Its Thank You Much for a very good content for Free. Thanks Your Hard work.

  • @scitechplusexplorer2484
    @scitechplusexplorer2484 Год назад +7

    Thanks Hitesh sir, for explaining Redux in such a simple way. I was too running away from Redux and react, but now with your React series, I am willing to learn more and no more fear of Redux.

  • @smittrivedi427
    @smittrivedi427 Год назад +102

    Redux toolkit ki notes
    1. Create Store - single source of truth
    it has configureStore
    introduce reducer
    2. Create Slice(functions) method(createSlice)
    Slice has name, initialState, reducers :{key: function}
    Access of two things (State, action)
    state = state value in the store
    action = action.payload
    export individual functionality
    export main source export
    3. Add Todo - Give values to State i.e Dispatch Courier = use method useDispatch()
    dispatch(addTodo())
    4. Take Values - useSelector((state) =>state.todos) state ka access chaiye
    variable me values lelo ek baar aagaie uske baad pure JS concept hai
    Note: Todo's Project basic nai hote xD :)

  • @GoluSingh-zd9dz
    @GoluSingh-zd9dz 4 месяца назад +1

    13:55 history ends
    started and thanks it helps alot hitesh bhaiya
    issue: baar baar har page me props paas krke user id wala issue the major issue tha ki instant id pass nhi hua to null se app crash ho jaata and suspense ,lazy bhi try kiye but context ka concept ya global variable ka concept jyada helpful raha ...
    For students agar ye issue aata h to try this solution..... it will help you.

  • @thesoftwareguy2183
    @thesoftwareguy2183 10 месяцев назад +7

    Sir maza aagya ...mtlb mai bohot videos dhunte hue yaha aya ...and finally found a great channel and great teacher like you!!!
    Please keep on doing and make more videos on web development , it really helps me a lot ...😄

  • @Ashishkumar-qs2bg
    @Ashishkumar-qs2bg 6 месяцев назад +4

    13:30 History lesson ends here it's time to code
    31:33 All methods defined in the reducer() function have 2 main attributes "state" and "action"
    33:48 homework (Update method in reducer())
    1:05:50 Task reminded again by sirji

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

      🤣🤣🤣🤣🤣🤣🤣🤣🤣 last point was very accurate

  • @patelkathan15
    @patelkathan15 9 месяцев назад +7

    Loved the way you made redux look so easy and simple, I have to go through the code twice but still I was able to understand in better form. Keep making community better, More power to you.

    • @Azharuddin-khan
      @Azharuddin-khan 4 месяца назад

      After this lecture do you got to know what reducer is?

  • @NinjaMS_
    @NinjaMS_ 8 месяцев назад +11

    Never Imagined coding can be this addictive 😂😂

  • @FaisalShabbir-s4o
    @FaisalShabbir-s4o 2 месяца назад +1

    MashAllah, I've attended many Redux lectures, but this one explained the entire flow from start to finish so well that I finally understood it. I loved how you made Redux seem so easy and simple. I had to go through the code twice, but I was able to grasp it much better. Keep contributing to the community. More power to you!

  • @mriduakaxxehacker
    @mriduakaxxehacker Год назад +20

    Ab to 80% to cover ho soka hai React ka 😊❤

  • @ankushladani496
    @ankushladani496 Год назад +20

    React Redux Is used for making a bridge between react and core redux.

  • @BioChemAcademy
    @BioChemAcademy 3 месяца назад

    Aug 29 2024 (BEAUTIFULLY explained, one of the most complex topics in Frontend dev with React is this, Redux/Redux Toolkit.
    Hats off to Hitesh ji for making it seem simple when it's actaully not.
    As they say, It's easy to make things difficult but difficult to make things easy and Hitesh ji scored 101/100 on making complex things so easy to understand. )

  • @DavinderSingh-d8j
    @DavinderSingh-d8j Год назад +5

    A well explained redux-toolkit tutorial, now it is easy to use redux-toolkit in realtime projects. Thank you Hitesh Choudhary.

  • @SikhleTu
    @SikhleTu 9 месяцев назад +7

    Sir mene apni puri kosis krli thi redux sikhne ki , bhut vidoes and documentation pdha pr kuch smzh ni aaya tha..
    Aaj jake clear hua ..
    Thank you so much ❤

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

    are sir, thank you... subh uth ke fir se dobara bnaunga....😮‍💨
    React state management aap se behtar kahin nhi dekha youtube pr

  • @Rohitsoni-dv8lw
    @Rohitsoni-dv8lw Год назад +4

    Yes!! We enjoy History Part .13:30 History gave us knowledge of why new concepts are introduced and if you are an engineer this matters a lot to go into the depth of concept to actually start gathering why it is developed and what problems it faced and what are the new solutions to it. So sir, don't remove this part from the videos. This part is must to give a start to the video because if you are using the concept then you must know why you are using it over others.

  • @nitinmore7686
    @nitinmore7686 Год назад +9

    हितेश भाई,
    पुराणे जमाने वाके जो अद्यापक थे, ओ इतनेही, तन, मन से सिखाते थे....
    आप उनमेसे ही हो....
    सब आपके यहाँ सिखनेवालो के मन मे , आपके प्रती येही, भावना रहेगी....
    यर बहुत अच्छा आजका vdo था...
    मे इसे सुब ह 3.00बजे से देख रहा था, और समज रहा था....
    के बहुत लॉजिकल फ्लो को पकड के सिखाते हो....
    येही तो आपने जिन्दगी मे पाया है....
    पुरा भारत के हिंदी है...
    आपके यहाँ करोडो कंमेंट्स बनेंगे....
    हमे पता है...
    बहुत बहुत् धन्यवाद!!!!

  • @ackibjaved
    @ackibjaved 5 дней назад

    I learned MERN stack with your videos. You're a great teacher!!
    God bless you. Love from Pakistan

  • @tanishkagupta6864
    @tanishkagupta6864 10 месяцев назад +7

    We love history lessons please keep it up

  • @Code_Krupa
    @Code_Krupa 2 месяца назад +6

    Month: September,2024
    Date:19/09/2024
    Redux with Chai aur code☕👩🏻‍💻Thank you so much Sir !

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

    1. React-Redux: Connecting Redux with React :
    React-Redux is the official binding library that connects React with Redux. It provides hooks like useSelector, useDispatch, and Provider that allow React components to interact with the Redux store.
    Key Features of React-Redux:
    a. useSelector: Allows React components to read specific slices of the Redux state.
    b. useDispatch: Provides a way for components to dispatch actions to update the Redux state.
    c. Provider: Connects the React component tree to the Redux store, ensuring that all components can access the store.
    d. React-Redux focuses on providing a seamless way to integrate React and Redux together, handling optimizations like preventing unnecessary re-renders of components when state changes.

  • @rishikeshrahane2333
    @rishikeshrahane2333 Год назад +4

    Thank you so much sir, for very short and precise as well as concepts clearing crash course!

  • @argamezone7181
    @argamezone7181 3 месяца назад +118

    Anyone in August 2024

  • @RahulSharma-wz6yv
    @RahulSharma-wz6yv 2 месяца назад +3

    05 September 2024
    Happy Teachers Day Hitesh Sir 🎉

  • @khushiRathore-s3o
    @khushiRathore-s3o Год назад +4

    I really appreciate you making those instructive videos . your efforts have been a huge assistance to me as i continue to study . my understanding of difficult ideas has improved because to your lucid explanations and interesting content 🧡🧡

  • @AnilKumarPatidar11
    @AnilKumarPatidar11 Месяц назад

    Hello Hitesh Sir,
    I got an offer from a startup as a Software Developer(React & Node.js)
    After watching the series "Chai and Javascript" I loved it and now I am stuck at a point in the redux, and I revised it
    I understood all things and was able to work with Redux. I appreciate my task and how I would implement it.
    Thanks for both series ♥♥♥♥♥.

  • @yashrajsingh4215
    @yashrajsingh4215 Год назад +11

    Hello sir, not related to the video but have a request! I'd love it if you could make a short even on three js if we should use it or not or when we should use it, it seems like a really interesting tool!

  • @nishutiwari-be1lb
    @nishutiwari-be1lb 2 месяца назад +2

    september 2024,thanks a lot for this whole series..... seriously better that any react tutorial and series availabe on any channel ever .................

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

      Bro can you please tell that why we use todoReducer in our store.js file and we imported it from todoSlice.js. But in todoSlice.js file there is nothing named as todoReducer

  • @abhishekmehta6508
    @abhishekmehta6508 Месяц назад +4

    Anyone in October 2024

  • @Powerful-Manifestor-
    @Powerful-Manifestor- 3 месяца назад

    Watching your video for the first time. I am a beginner in React with experience in Angular and NgRx. Watching this video straightaway after props for an assignment submission. You explained so so well. Really easy to follow. I think I should be able to manage my assignment submission for now after this. Thank you so much. You made my day. :)
    Special thanks for the summary. Really helped in consolidating things in mind. :)

  • @stelena-forever
    @stelena-forever 5 месяцев назад

    Completed this Redux Toolkit tutorial today and I would say this is one of the best and the simplest tutorial to understand how RTK works. Thank you Hitesh sir for this amazing tutorial. ✌💛

  • @aryan_bhagat9447
    @aryan_bhagat9447 29 дней назад +1

    00:18 hanji chai to chalti rahegi... 2024

  • @VishalAhir-k2b
    @VishalAhir-k2b 3 месяца назад

    I recently completed your full Redux tutorial, and I just wanted to say thank you, Hitesh Sir! Your explanations were clear, concise, and very easy to follow. The practical examples helped me understand Redux concepts like actions, reducers, slices, and the importance of immutability. The step-by-step approach really made a complex topic manageable. I feel much more confident in using Redux in my projects now. Keep up the amazing work and thank you for sharing your knowledge!

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

    13:31 History Class overrr. Sir love these history sections. Please keep them continue.

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

    Thank you sir. This is the best redux tutorial. Sb kuch ikdm clear ho gya. Mai bhi unme se hi tha jo redux se bhaagta tha 😅.

  • @gigachad2419
    @gigachad2419 4 месяца назад +1

    Understood everything.
    Your Content is pure GOLD.

  • @prakashratde787
    @prakashratde787 3 месяца назад

    This videos are gold mines now a days people go for views, but he is providing us logics and methods and explaining in a plain vanilla word without beating around the bush..
    Thanks Hitesh sir.

  • @sachinmehra6355
    @sachinmehra6355 13 дней назад

    Sir,You Have Explained Redux ToolKit In Simplay Way Words And You'r Teaching Also Awesome

  • @VivekSolanki-v7b
    @VivekSolanki-v7b 2 месяца назад

    Very well explained,
    Very easy to understand,
    Thank you once again.

  • @VishwaKansara-b1d
    @VishwaKansara-b1d 2 месяца назад

    React sikhne mein aur history classes mein bahut maza aa rha hain, projects mein sare concepts clear ho rhe hain, Big thanks Hitesh sir

  • @piyushwaghela5704
    @piyushwaghela5704 3 месяца назад

    please continue making videos like these it is really helpful i was not able to understand through docs but your video helped me to understand redux toolkit

  • @ravirajpatil7782
    @ravirajpatil7782 Месяц назад

    Hitesh sir aap jaise teachers ho toh har complex chiz simple hogi. Ha hum late(Oct,2024) h par direct h

  • @________.pathfinder
    @________.pathfinder 3 месяца назад +1

    why i didn't get this video earlier. From last two years i was confuse between Redux, React-redux and Redux-toolkit. Sir you explained very well. Thats the reason someone said History teach us a lot than Science.

  • @codingwave56
    @codingwave56 Месяц назад +1

    28:00 🌟
    Explaination of reducers, state and action !

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

    agaye hum bhi redux revision karne. pehle as a crash course dekha tha is baar react ki series cover karte hue aye hai

  • @MdTabish-q1s
    @MdTabish-q1s 9 дней назад

    bohot masst video tha bro, like mujhe redux and state management smjh me nhi ara tha but this will be my last video on redux

  • @p_b_2
    @p_b_2 Месяц назад +1

    Watching this in October 2024 🎉 . Thank you sir ji for this valuable series ❤

  • @yogeshv6799
    @yogeshv6799 3 месяца назад

    Thank you Hitesh! Starting to know this concept with your video and I'm already clear about it to a huge extent. Will practice it and I'm sure I'll get it right! ❤🙏

  • @ansarimuskan4548
    @ansarimuskan4548 Месяц назад

    I watched so many videos for RTK I can not understand them properly but your teaching method and flow cannot do that amazing sir jii.

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

    dhanyavad ji implemented the update function correctly and i am now feeling confident with the redux explained by you

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

    2024 mai dekhri hu aapki special baat ye h ki aap optimization pai bhut kaam krte ho jo future mai bhut kaam aayega
    also docmentaion padhne mai thoda confidence aaya toh aage agar koi tutor na bhi hi toh bhi efforts kakre mai shayad nyi cheeze sikh lungi!

  • @blackopss017
    @blackopss017 Год назад +8

    A skilled and engaging teacher can take a seemingly dull , complex topic and make it interesting and understandable. You are legit bhaiya ❤️❤️❤️

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

    wow amazing...from today's u are my code guru...very well explained...🤩

  • @full_fun813
    @full_fun813 3 месяца назад

    Best video of RUclips for learning react-redux.

  • @rashmi_t
    @rashmi_t 3 месяца назад

    Wonderfully explained! Redux and Redux Toolkit are among the most challenging topics in front-end development with React. Huge respect to Hitesh Sir for breaking it down in such a way that it feels simple, even though it’s anything but As the saying goes, "It's easy to complicate things, but making them simple is a real challenge," and Hitesh Sir has absolutely nailed it by making these complex concepts so easy to grasp. Thank you Hitesh Sir 🙏

  • @AmanGupta-nr6dk
    @AmanGupta-nr6dk 4 месяца назад

    I always understood just the theory of redux but this is the first time I understood how it works at code level. Thanks for this video

  • @coding-with-musa
    @coding-with-musa Месяц назад

    Redux explained very easily. Thanks a lot sir.

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

    Thank you so much sir for this amazing content.... update waali functionality include krne ki koshish jaari hai

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

    This was an excellent video! The simplest explanation ever.

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

    kuch to achha kiya hoga hamne tab ja ke aap jaisa sir mila hame, hat's of to you ...! ur really good teacher

  • @brsstatusworldofficial8754
    @brsstatusworldofficial8754 4 месяца назад +1

    Such a nice tutorial, full of valuable content. Love you sir ❤❤😍😍❤❤

  • @vishalamin200
    @vishalamin200 3 месяца назад

    very very good explaination, redux was very complex topic for me, but you teach the tough topic in easily understandable way. Thank you so for that, I'm blessed that I found your channel.

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

    Exceptional content quality. Great explanation. You made the difficult parts very easy.

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

    First time I am staying in an online free course for 15 lectures even sometime the thing become complex but the way you teach it also become easy thanks hitesh sir jii

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

    Sir such a detailed video. Thank you so much. May God bless you.

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

    Context api wale video me it was very difficult to manage the state like objects ko dissect krna spread operator use krkre, it felt difficult tbh but is wale video me sir maja hi aagya. Appreciate your work!

  • @travelloussapien8732
    @travelloussapien8732 Месяц назад

    It's really impressive, redux does look easy in this course. great work!

  • @PoojaSharma-cd8qm
    @PoojaSharma-cd8qm 4 месяца назад

    What i have to say but shuru mein complex lgta tha ki kese hoga kya hoga, mere paas enough knowledge nhi hai development ki but apki videos dekhne ke baad dimaag ke sare taar khul jaate,
    Thank you so much Hitesh sir 🙇‍♀️❤

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

    Hm dobara se aaye h sir, actually I was making that MegaBlog Project but forgot everything about the redux toolkit syntax,
    isliye fir se aana pda .....pr koi nhi chije thodi aur clear hui❤

  • @MeetGrowthArbor
    @MeetGrowthArbor 5 месяцев назад

    Hello Hitesh, fantastic! you must include the history lesson and its wonderful watching your RUclips tutorial. HP from Pakistan

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

    Thank you Hitesh Ji, clear and crisp example to understand RTK

  • @MrIsGrowing
    @MrIsGrowing 3 месяца назад

    "Great video! Your explanation of React Redux was clear, concise, and easy to follow. I really appreciate your approach of breaking down complex concepts into understandable terms. Your enthusiasm for the topic is infectious, and it made learning React Redux a lot more enjoyable. Thanks for creating such high-quality content!"

  • @HMArslan
    @HMArslan Месяц назад +2

    00:18 Hanji Hum bhi a gy ha October 2024 ma

  • @arnavkumar4631
    @arnavkumar4631 3 месяца назад

    Fully Understood Sir ji, Thankyou for this much Good Explanation.

  • @BasitSachinwala
    @BasitSachinwala 3 месяца назад

    well structured i think one and only in hindi and maybe in english too , best react series ever

  • @PranavPatange-l1t
    @PranavPatange-l1t 2 месяца назад

    Thank You so much providing this content for free. This is been very helpful for me to learn still learning till now completed this much content...

  • @vishalrajput8231
    @vishalrajput8231 Год назад +6

    🌟 Making awesome stuff and sharing it for free? You're like the Robin Hood of coding! 🏹🎉 Thanks for being our coding hero, teaching and entertaining us! 🦸‍♂️💫 #ReactRockstar #CodingHero
    #Chai❤

  • @VishalGK7
    @VishalGK7 Месяц назад

    Great video on redux and a very detailed explaination along with the history..

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

    Lajawaab sir, I have no words. please keep making these videos.

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

    Kabhi socha nahi tha redux itna easy rhega. Thankyou! Hitesh

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

    Your contents are helpful to build complex project sir.
    Thank you!

  • @aishwaryashinde3673
    @aishwaryashinde3673 Месяц назад

    Awesome session for redux to clear all redux basic concept.

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

    Using React-Redux and Redux Toolkit together is essential because they serve different purposes and complement each other in managing state efficiently in a React application that uses Redux.
    1. React-Redux: Connecting Redux with React
    2. Redux Toolkit: Simplifying Redux State Management

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

    In Redux Toolkit, the store is the central location where the entire state of the application is stored. It manages how the state is updated and allows components to access the current state and dispatch actions to update that state. Redux Toolkit simplifies the process of creating and configuring a Redux store compared to the traditional way, reducing boilerplate code and offering sensible defaults.
    Key Concepts of a Store in Redux
    1. State Management: The store holds the entire state tree of the application.
    2. Dispatching Actions: Components dispatch actions to update the state.
    3. Subscribing to State: Components can subscribe to the store to get the current state.
    4. Reducers: The store relies on reducers to handle state changes in response to dispatched actions.

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

      Advantages of configureStore in Redux Toolkit
      1. Simplified Setup: No need to manually configure middleware or dev tools; configureStore does it for you.
      2. Enhanced Developer Experience: It automatically sets up useful middleware (like redux-thunk) and integrates with Redux DevTools.
      3. Modular Code: By using createSlice and configureStore, you can break your app's logic into reusable slices that handle both actions and reducers.

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

    Your way of explanation is soo good and simple at the same time. Just i was looking to grab concept of redux and you made me very clear. Thanks! majja aagyaaa

  • @adityasinha402
    @adityasinha402 Месяц назад

    9:05 'Dan Abramov - The Redux Journey at react-europe 2016' This is the conference sir is talking about.
    happy learning 🙌

  • @souvikbid1123
    @souvikbid1123 3 месяца назад +1

    Simply just awesome ❤❤
    Such in-depth knowledge in the most simple way that also for free and also in hindi
    Just Chai aur Code❤❤

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

    Sir its my third attempt to understand this concept entirely with the help of your best teaching style. Thanku sir for this amazing lecture 🙏🙏

  • @pranshujaiswal-9012
    @pranshujaiswal-9012 Месяц назад +1

    Watching this video today on 14-October-2024. Enjoying it a lot.