Why Flux? | React + Redux + Webpack (Part 6)

preview_player
Показать описание
Part 6 of the React + Redux + Webpack series. In this video, we learn how to change the state of a parent component, and see why the Flux pattern of state management can alleviate a lot of problems with "vanilla React" as the app's complexity grows.

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

Great tutorials! I find your sketches more helpful than the common coding examples. This helps paint a mental image of what we are actually doing, resulting in a deeper understanding. Thanks a lot!

sasatatar
Автор

Great video!

String.prototype.slice is a better way to handle deleteLetter.

const inputText = this.state.inputText.slice(0, -1);
this.setState({ inputText });

DivjotSingh
Автор

Wow. clear and awesome explanation of the flux architecture. Now I know why there is a need for the store. Can't ask for more. great work Kurt.

ace
Автор

Great series, man, really like the presentation style!

steve
Автор

Kurt, FYI "cmd & k " clears your console && you can drag the React panel from dev tools next to your console so you dont have to keep going to the menu....

tektangodevelopment
Автор

Very, very nice man, a really, really good job. Thank you for this.

henriquemendes
Автор

thank you so much
great tutorial

for the first time a understand the store thing and see why people always saying good things about it

EssaAlshammri
Автор

Thanks Kurt for explaining this.bind so well. Also a great simple and easy intro to Flux. You ROCK !!

ajaythacker
Автор

You're really killing that "enter" key, aren't you :D

ashvars
Автор

After reading tens of articles, this specific part of your series finally made me wrap my head around Redux. Thanks.

AlfredoRe
Автор

I got confused on the definition of redux, ultimately flux. But this video is showing me what those are and it's really helping.. thanks mate!

ekarudianto
Автор

check out Kapeli Dash, you press Option+Space to access docs from anywhere

neaumusic
Автор

Thank u so much!! Great video, really helpful

EmaSuriano
Автор

at 12:45, this refers to this.props, you need to bind the this value before you pass the function..

neaumusic
Автор

Excelent tutorials for beginers, thanks!

fbavaro
Автор

Your illustrations really drive the idea home for me. Seeing it always makes most sense to me.

ChRs
Автор

Well, I'm convinced, let's use FLUX! Great video, man. Nice job.

MrClaudiodonate
Автор

Come on dude, pause or edit out complete silence of you reading a doc!! lol Yea yea yea i know its free content, but that would greatly improve the quality of your content save everyone a lot of time, and save HDD and bandwidth.... just sayin! :)

GifCoDigital
Автор

It's great Kurt. What ipad drawing app are you using?

alexshilman