Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 475 Bytes

React State Management Using Redux (Class components)

This repo contains code to maintain react state using Redux. In this case, state contains counter.

Here we are using class components.

React features used in this repo are -

  • Class components
  • React Redux
  • connect as we can't use hooks

Note This repo is similar to https://github.com/pavanuppuluri/react-redux-functional-components

Only difference is in this we are using class components.

Happy Coding!!!