UNPKG

cra-template-bod

Version:

The advanced TypeScript template for Bod CLI.

7 lines (5 loc) 240 B
import { asyncThunkCreator, buildCreateSlice } from '@reduxjs/toolkit' // `buildCreateSlice` allows us to create a slice with async thunks. export const createAppSlice = buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator }, })