ReactJS / Redux Tutorial - #4 Working with State and Immutability

preview_player
Показать описание
Handling the State is a key Part of Redux. Learn how to handle it correctly and how work with immutable constructs.

This video is Part of the ReactJS / Redux Basics Series.

Рекомендации по теме
Комментарии
Автор

this is a great series, I was watching the egghead tutorials, but yours is much more down to earth and less assumptions that you know what your doing already. Thank you so much.

inventanew
Автор

Maximilian is such a great teacher. It is hard to appreciate the work he puts into his tutorials, but if you have tried to learn this on your own or with a second-tier teacher you'll clearly see how great Maximilian is!

ltrinhmuseum
Автор

I know this video is 7 years old already, but thank you anyway! I'm glad to know the basics and core concepts when learning the current versions and how it evolved over time.

MichaelButlerC
Автор

10:23 - How to handle nested arrays and objects (and why). Great vid, thanks!

tjblackman
Автор

your videos are very well done, sticks to only what is technical core, with a logic and clear explanations. Nice work honestly

jean-baptistelasselle
Автор

I just want to say thank you so much
Every time I start learning something new, your channel is the place I go to get started.
School would be much, MUCH harder if I hadn't found your channel

ashleythomas
Автор

Great stuff, thank you for taking the time to make a very good 'from the ground up' tutorial. Very clear explanations and a great pace as well.

sweetbabyjesus
Автор

You're really a great teacher for teaching us clear programming core concept. Thank you so so

muhammadminhaj
Автор

Thanks so much! bests simplest barebones explanation yet! Great idea to abstract away the other elements and just show Redux itself ! Keep up the great work! =)

SergioArroyoSailing
Автор

I'm very happy after saw this video You clear my doubt about how immutable state works... A big thanks from my side. keep helping us and good will give you everything you need.

himanshu
Автор

Bro this video is amazing! Thank you, your explanation was top notch!

musicofMEC
Автор

For the first time I really understood how the reducer works! ...state etc are no longer magic to me! Thank you so so much!

jonyoinas
Автор

Nice described this "...state"

maciejbak
Автор

thank you so much, again, very good explanations, and so, the spread operator does what we generally calll a deep copy

jean-baptistelasselle
Автор

its really helpful and +1 for clarifying the spread operator and its overwriting behaviour.

kalia
Автор

Golden nugget of knowldge, many thanks

rvlglobe
Автор

That is very clear. Thanks for your tuto

sylvain
Автор

@4:25 I'm not quite clear on what happened here. How is result = 123 before the next addition and console.log is executed? How could it know unless the addition has already happened?

generalco
Автор

I was making this mistake in my application. Thanks

tambolaking
Автор

Hi Max!
Thank you for this video!
But it is not fully clear to me why do you create state object without any variable creation statement(like var, let, const)?
(line 44, 51) in the end of this video.
Because in this case state is not an existing one object which you override so it is a little bit confusing.
Thanks again

nicksergeev