sumanpaikdev / redux-counter-app

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

Home Page:https://toby-redux-counter.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://toby-redux-counter.netlify.app/


Languages

Language:JavaScript 61.3%Language:HTML 25.5%Language:CSS 13.2%