1.0.1 • Published 3 years ago

create-async-thunk-plus v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

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

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

  2. create

    Add the entity