10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
* documentation action + mutation <<<
|
|
* createAction
|
|
* addMutation
|
|
|
|
addMutation with signature
|
|
|
|
.addMutation( actionCreator, (payload,action) => state => newState )
|
|
|
|
* then check that the mutation is in the new type
|