Комментарии:
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
ОтветитьSeems so much more simple!
ОтветитьClear, short and simple!
ОтветитьI really love your way of explaining....
A mini React dev from Pakistan ;) .
You have a great way of explaining things!
Ответитьvery nice tutorial thanks!
Ответитьdeveloper knows the pain of other developer. great work
Ответить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...
ОтветитьSo this is basically like a service in angular?
ОтветитьWell explained. No one explained Redux in such an easy way. Thanks
Ответитьhelp me i didnt see that. i'am from indonesia and low in english
ОтветитьThanks from Armenia!!!!!!!!!!!!!!!! great tutorials
ОтветитьYou make things easier to understand, and your explanations are still thorough. I really appreciate that!
Ответить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).
Ответить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?
Ответитьi was sure that the code from the github repo won't work
ОтветитьRedux is complicated.
ОтветитьYou are the best, very concise
ОтветитьThe best redux explanation out there!
ОтветитьBest Course of Redux
Ответить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.
ОтветитьBest video I've found. Thanks!!! Redux
ОтветитьBy far a very simple explanation about redux on yt.
Ответить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?
Ответить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
ОтветитьAwesome! Can I get persistent state management with Redux? :) Solving prop drilling can be easily accomplished with Context? :)
Ответить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 ._.
ОтветитьBest example eve!!🎉thanks!
Ответитьi'm from december 2023, and this is so straightforward!
ОтветитьI will be honest, I didn't understand shit. But it's not you, it's me. haha
Ответить