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