Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 657 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 657 Bytes

angular-redux-demo

Redux is a predictable state container for JavaScript apps. (Not to be confused with a WordPress framework – Redux Framework.)

It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.

In this post, you can see a tutorial to implement Redux in your Angular Project.

https://blog.highdeveloper.com/implementacion-redux-angular/ (Spanish version)

Prerequisites:

NodeJS / NPM v5.3.0

Angular CLI v1.4.10

Angular Project v4