Redux
4 articles
[TALK] Redux & Angular2
After writing two blog posts about Redux: Introduction to Redux and Angular2 and Introduction to Redux and React-Redux I decided that I was ready to present Redux in AngularToulouse meetup.
Introduction to Redux and Angular2
Learn about Redux data flow, Immutability and how to integrate them in Angular2.
Introduction to Redux and React-Redux
I have been working with React and Redux for some time now. One thing that struck me is the simplicity of having a single store for the entire app. This post is about learning what is Redux, where it comes from and how to use it.