Tag: redux

  • Voting App Using React Redux

    Redux provides an easy way to centralize the state of your application. There are three basic properties to know in Redux. Action, Store, Reducer. We will cover all these properties one by one. The Redux Cycle The redux cycle is composed of Action, Store and Reducers. Action is like a message that we send or […]