Redux toolkit crash course | Chai aur React Series

preview_player
Показать описание
Redux toolkit crash course
Sara code yaha milta h

Discord pe yaha paaye jaate h:
Instagram pe yaha paaye jaate h:
Рекомендации по теме
Комментарии
Автор

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

jayrai
Автор

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

_adityautekar
Автор

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

thecalgarians
Автор

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

official_asw_
Автор

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

johnay
Автор

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

VaibhavSharma-ecoe
Автор

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.

babalookumar
Автор

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.

scitechplusexplorer
Автор

Bhot badhiya video hai, pura fundamentals of redux clear hogya, thank you hitesh bhaiya

rajkaregatu
Автор

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.

zhbgosr
Автор

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.

shankaronline
Автор

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

thesoftwareguy
Автор

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 it will help you.

GoluSingh-zddz
Автор

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.

prakashratde
Автор

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

smittrivedi
Автор

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.

________.pathfinder
Автор

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!

fldwkis
Автор

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

mriduakaxxehacker
Автор

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

ryzibpr
Автор

Understood everything.
Your Content is pure GOLD.

gigachad