Skip to content

divyanshu-rawat/react-redux-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Counter built using React.js

Join the chat Contact me on Codementor

Twitter URL DUB

Divyanshu Say Thanks!

NPM

  • State Management Library Redux is used.
  • Counter ensures immutability by making use of Object.create().
  • Directory hierarchy icludes Action Creators, Reducers, Components.