MCPcopy Create free account
hub / github.com/codemistic/Web-Development / slice.js

File slice.js

movieapp/src/features/movies/slice.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createSlice, createAsyncThunk } from '@reduxjs/toolkit'
2//Middleware thunk is used to convert synchronous action creator into asynchronous action creator.
3import movieApi from '../../common/apis/movieApi'
4import { APIKey } from '../../common/apis/movieApiKey'

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected