Redux is simply a store to store the state of the variables in your app . Redux creates a process and procedures to interact with the store so that components will not just update or read the store randomly. Similar to the bank.
Read moreWhat Can You Do With react redux?
React Redux is the official React UI bindings layer for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update state .
Read more