Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaquimnet/partial-rtk-state


https://github.com/joaquimnet/partial-rtk-state

Last synced: 6 days ago
JSON representation

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
```