https://github.com/abdulrehman-z/practice-reduxtoolkit
Practice repo for my reduxtoolkit code.
https://github.com/abdulrehman-z/practice-reduxtoolkit
Last synced: about 2 months ago
JSON representation
Practice repo for my reduxtoolkit code.
- Host: GitHub
- URL: https://github.com/abdulrehman-z/practice-reduxtoolkit
- Owner: AbdulRehman-z
- Created: 2022-12-20T16:27:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T08:14:18.000Z (over 2 years ago)
- Last Synced: 2024-04-19T09:55:56.809Z (about 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About this project
This project is a simple example of how to use the [Redux Toolkit](https://redux-toolkit.js.org/) to create a simple counter application. It is based on the [Redux Quick Start](https://redux.js.org/introduction/getting-started) example, but uses the Redux Toolkit to simplify the setup.