Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vijaysingh1621/react-redux-counter
React Redux Counter This repository contains a simple counter application built with React and Redux. It demonstrates how to manage state using Redux and access the counter state in any component without prop drilling.
https://github.com/vijaysingh1621/react-redux-counter
css jsx react-redux-toolkit reactjs
Last synced: 2 days ago
JSON representation
React Redux Counter This repository contains a simple counter application built with React and Redux. It demonstrates how to manage state using Redux and access the counter state in any component without prop drilling.
- Host: GitHub
- URL: https://github.com/vijaysingh1621/react-redux-counter
- Owner: Vijaysingh1621
- Created: 2024-06-15T06:50:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T11:05:21.000Z (8 months ago)
- Last Synced: 2024-06-16T07:51:10.708Z (7 months ago)
- Topics: css, jsx, react-redux-toolkit, reactjs
- Language: JavaScript
- Homepage: https://redduxcounter.netlify.app/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Redux Counter
This repository contains a simple counter application built with React and Redux. It demonstrates how to manage state using Redux and access the counter state in any component without prop drilling.
Features
1) Increment and Decrement: Basic functionality to increment and decrement the counter.
2) Redux State Management: Centralized state management using Redux.
3) No Prop Drilling: Access counter state and dispatch actions in any component without passing props down multiple levels.