bugwheels94 / create-async-thunk-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%