Redux
Angular & Redux
Introduction To State Management With Angular 4 The concept of Single Page Web Applications is great for building modern web-based applications. However as more and more applications are being transferred into the browser the complexity and the amount of data which needs to be managed is consistently growing. Many modern web frameworks, [...]
Learn Redux – Introduction To State Management With React
Redux is a predictable state container for JavaScript and comes as an external library which can be used together with front-end frameworks like React, Angular, Ember.js, Backbone etc. However Redux is most often used together with React. The Problem With Traditional MVC Architecture Before diving deeper into the concepts of Redux [...]