UNPKG

@bhupinderanand/react-redux-saga-boilerplate

Version:
14 lines (11 loc) 328 B
import { STATUS } from 'literals'; import { Topic } from 'types'; export const description = 'Boilerplate with React and Redux with Redux Saga'; export const name = 'React Redux Saga Boilerplate'; export const topic: Topic = { cached: false, data: [], message: '', status: STATUS.IDLE, updatedAt: 0, };