UNPKG
@rootstrap/redux-tools
Version:
latest (1.0.0)
1.0.0
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
Redux tools we use in both react bases
github.com/rootstrap/redux-tools
rootstrap/redux-tools
@rootstrap/redux-tools
/
src
/
constants.js
12 lines
(6 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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'