Backbone Design Patterns - Frontend
Comparison for frontend backbone design patterns: Flux, Redux, Vuex. Since Redux is commonly know as a replacement for Flux(declared event in its official website) and the development of Vuex has taken a lot of reference from Redux, so in the overall usecases, they are very similar.
In this article, I went through all the integration documents of the three and made a short summary on each of the frameworks core concepts.