Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaquimnet/partial-rtk-state
https://github.com/joaquimnet/partial-rtk-state
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaquimnet/partial-rtk-state
- Owner: joaquimnet
- Created: 2022-03-27T15:22:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T15:22:49.000Z (over 2 years ago)
- Last Synced: 2024-04-28T01:17:00.916Z (7 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux Toolkit Boilerplate
Example state using redux toolkit ready to be dropped in your react project.
## Usage
```sh
# install dependencies
npm install @reduxjs/toolkit react-redux# clone the repository into your state folder
npx degit joaquimnet/rtk-state state# delete usage examples
rm -rf ./state/*.example.* ./state/scripts
```