React Redux
Redux is an open-source JavaScript library used to manage application state,
React uses Redux for building the user interface. It was first introduced by Dan Abramov and Andrew Clark in 2015
Redux solves this problem by managing the application's state with a single global object called store
It makes testing very easy
Consistency throughout the application
Redux Architecture


