React - Redux flow
Introduction of Redux Flow * Redux is a JavaScript framework for managing state in an application * Redux follows one direction flow of data. * It starts in the view.View means the item on a screen that a user sees. * If a user clicks a button or types something in. This is