Posts Tagged

angular

Redux – simplified

What is Redux? It’s a library for state management based on Flux pattern and functional programming. It’s best used for medium to enterprise applications. Why and when to use it? When? By adding Redux to your application you add up complexity. So when developing small apps it’s not necessary to use Redux. Why? We use…

Read More