https://github.com/radhakishan404/redux-toolkit
This is a simple example of redux toolkit setup
https://github.com/radhakishan404/redux-toolkit
Last synced: about 2 months ago
JSON representation
This is a simple example of redux toolkit setup
- Host: GitHub
- URL: https://github.com/radhakishan404/redux-toolkit
- Owner: radhakishan404
- Created: 2021-12-27T06:40:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T06:40:23.000Z (over 3 years ago)
- Last Synced: 2025-02-12T09:53:12.097Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
packages required for redux store
1. @reduxjs/toolkit
provides complete redux solution with less setup and usage code2. redux-persist
helps caching the redux store