Redux Internals — A GUIDE TO REDUX FOR BEGINNERS
Redux is the state management library popularly use with React JS but can be used with the other MV* frameworks/libraries too.
“Redux is a predictable state container for JavaScript apps.”
It was developed by Dan in 2015 and got its popularity due to it’s less size which is just 2Kb as well as in comparison to Flux architecture is it simpler.
For the traditional developer , Redux concept could be little confusing as the redux change the way developer used to create the applications. Which is totally fine because you are not the only one who is getting confused with the redux and its associated terms — actions, reducers etc. Many developers who start are not able to get their head on same. In this blog post, I’ll discuss Redux, it’s jargons and usage/advantages of different parts of Redux.
Read more at JSLovers.com — here