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

https://github.com/bugwheels94/create-async-thunk-plus


https://github.com/bugwheels94/create-async-thunk-plus

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Create Async Thunk Plus

This is a wrapper on Create Async Thunk Plus with reducers built in for some common actions

## Parameters

type, payloadCreator, options // Same like createAsyncThunk

This adds few additional properties to the options

1. reset: Bool|Number

The tracker will reset after given number of Seconds

2. CRUDMode: create | readAll | readOne | readMany | update | delete

1. create

Add the entity