ReactJS / Redux Tutorial - #2 What is Redux? Why use it?

ReactJS / Redux Tutorial - #2 What is Redux? Why use it?

Academind

8 лет назад

198,023 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@artemthetrain14
@artemthetrain14 - 12.01.2017 08:29

awesome video. so basically redux allows us to do away with the waterfall of state and props in react, and instead access the store and update the state from our individual components, using these actions

Ответить
@kas130771
@kas130771 - 22.01.2017 04:59

Seems so much more simple!

Ответить
@ar5hadkhan
@ar5hadkhan - 05.02.2017 19:22

Clear, short and simple!

Ответить
@ahmedraza5340
@ahmedraza5340 - 02.03.2017 17:56

I really love your way of explaining....
A mini React dev from Pakistan ;) .

Ответить
@rhogyr
@rhogyr - 08.03.2017 21:01

You have a great way of explaining things!

Ответить
@maciejbak6907
@maciejbak6907 - 08.05.2017 14:06

very nice tutorial thanks!

Ответить
@kaunainbaig8981
@kaunainbaig8981 - 24.06.2017 09:34

developer knows the pain of other developer. great work

Ответить
@abdullahialiyu2875
@abdullahialiyu2875 - 15.08.2017 11:30

By far the best video series i have ever watched, just finished the react.js series and i understand everthing better. Thank you very much. I have been tryng to learn react for 3 months and i understood it in a week with ur videoss...

Ответить
@vipzip8863
@vipzip8863 - 25.08.2017 15:47

So this is basically like a service in angular?

Ответить
@MDALAmin-ug2xs
@MDALAmin-ug2xs - 19.01.2018 20:39

Well explained. No one explained Redux in such an easy way. Thanks

Ответить
@akbarmaulana2286
@akbarmaulana2286 - 11.04.2018 12:16

help me i didnt see that. i'am from indonesia and low in english

Ответить
@armenhakobyan9406
@armenhakobyan9406 - 14.10.2018 22:01

Thanks from Armenia!!!!!!!!!!!!!!!! great tutorials

Ответить
@rwill.7313
@rwill.7313 - 08.01.2019 09:18

You make things easier to understand, and your explanations are still thorough. I really appreciate that!

Ответить
@BraceZenith
@BraceZenith - 08.01.2019 16:32

Hi Max, if I get the gist of it correctly, the core idea of Redux is that it is essentially a pub/sub type of utility? For publishing events and subscribing, in order to make the cross-component communication possible without explicitly exporting objects/vars etc and passing them as arguments into other components (functions/classes).

Ответить
@vasupatel6932
@vasupatel6932 - 26.01.2019 22:13

Short and sweet:) the after long time got the concept, One store/State for all the components! No wandering with local state from method to method, just one main state grab the state, use the data and update the state!Am i ri8?

Ответить
@iliyaniliev4450
@iliyaniliev4450 - 11.02.2019 10:28

i was sure that the code from the github repo won't work

Ответить
@anuragsrigyan677
@anuragsrigyan677 - 06.05.2020 14:27

Redux is complicated.

Ответить
@TheGregspi
@TheGregspi - 20.05.2020 04:34

You are the best, very concise

Ответить
@NaveenKumarasinghe
@NaveenKumarasinghe - 18.06.2020 19:37

The best redux explanation out there!

Ответить
@smitpanchal2118
@smitpanchal2118 - 06.08.2020 18:47

Best Course of Redux

Ответить
@theromie
@theromie - 12.08.2020 20:17

Simple and clear. How can I secure react application with token and refresh token as I am using NodeJS as backend API. and how to persist token in memory so even I refresh it should check refresh token in backend and generate new Auth token and refresh token back.

Ответить
@christazos2182
@christazos2182 - 22.08.2020 14:40

Best video I've found. Thanks!!! Redux

Ответить
@sciencefriction6
@sciencefriction6 - 06.04.2021 20:36

By far a very simple explanation about redux on yt.

Ответить
@karthikk2719
@karthikk2719 - 17.11.2021 22:10

Isn't this similar to using Reactive programming? Basically there is a change that is published and all the interested subscribers are receiving that change?

Ответить
@nuniezjorge
@nuniezjorge - 15.02.2022 03:04

this is useful, likie the bindings in xamarin, even if the application is too simple to benefit from redux, if there is the possibility for the application to grow in size and complexity it would start getting the benefits, many application start simple but evolve or get integrated into larger projects or simply get new functionalities added

Ответить
@worldclasscode1847
@worldclasscode1847 - 17.02.2022 22:44

Awesome! Can I get persistent state management with Redux? :) Solving prop drilling can be easily accomplished with Context? :)

Ответить
@something3194
@something3194 - 23.06.2023 10:46

so instead of notifying the parent for an update; we very simply dispatch an action of a specific action-type that is handled by a reducer that acts on the store that we have to keep track of; sounds so much simpler ._.

Ответить
@rahulchidu5282
@rahulchidu5282 - 28.08.2023 21:36

Best example eve!!🎉thanks!

Ответить
@sadique_x_
@sadique_x_ - 13.12.2023 13:15

i'm from december 2023, and this is so straightforward!

Ответить
@lohitsharma92
@lohitsharma92 - 11.11.2024 22:55

I will be honest, I didn't understand shit. But it's not you, it's me. haha

Ответить