# redux

How to introduce redux in an AngularJs Web App

Redux is a good way to reduce system complexity and to make the code more maintainable. The Web App I'm working on is developed in AngularJs, and introducing Redux has been a great choice. Here I will briefly explain how I did it.

Link