UNPKG

@rootstrap/redux-tools

Version:

Redux tools we use in both react bases

12 lines (6 loc) 203 B
export const NOT_STARTED = 'NOT_STARTED' export const LOADING = 'LOADING' export const SUCCESS = 'SUCCESS' export const ERROR = 'ERROR' export const REQUEST = 'REQUEST' export const RESET = 'RESET'