Live video on the AT Protocol
at eli/multitesting 6 lines 242 B view raw
1import { asyncThunkCreator, buildCreateSlice } from "@reduxjs/toolkit"; 2 3// `buildCreateSlice` allows us to create a slice with async thunks. 4export const createAppSlice = buildCreateSlice({ 5 creators: { asyncThunk: asyncThunkCreator }, 6});