javascript - State management concept vs other solutions -
i start learn redux , state management approach, after reading lot of articles confused between implementation , concept.
so understand that:
redux implementation of flux architecture. - source
flux implementation , architecture.
i want keep search , learn self, question:
1) flux architecture vs ....? other solutions/architecture.
2) "state management" concept part of flux architecture or concept can implement other architecture?
3) "state management"? other solutions/concepts.
thanks all!
i think have think more in terms of mvc vs cba(component based architecture) rather redux vs mvc.
redux helps synchronize state between components , shines when got complex component trees share state.
i point excellent presentation may understand benefits of using redux in component based architecture.
managing state in angular 2 - st louis angular lunch - kyle cordes https://youtu.be/ebltz8qrg4q
Comments
Post a Comment