Skip to content

This is a simple counter app that uses the Redux state management library to handle it's state. With a state management library like Redux that gives me a global store, unnecessary re-renders are greatly avoided as well as prop-drilling

Notifications You must be signed in to change notification settings

tobySolutions/redux-counter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux-Powered React Application

Along the way, we learned how to:

  • Create actions, action creators, reducers, and the store
  • Provide the store to the app using <Provider>
  • Read/ access the store from components using the useSelector hook and display the state information in the UI
  • Dispatch the actions on user events such as button clicks, using the useDispatch hook
  • Control the DOM elements' behavior with logic based on the state of the application
  • We learnt what are the disadvantages of in-efficient state management and multiple level of prop drilling

About

This is a simple counter app that uses the Redux state management library to handle it's state. With a state management library like Redux that gives me a global store, unnecessary re-renders are greatly avoided as well as prop-drilling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published