k-mst-onaction icon indicating copy to clipboard operation
k-mst-onaction copied to clipboard

Listen to mobx-state-tree actions and react to them!

Results 4 k-mst-onaction issues
Sort by recently updated
recently updated
newest added

Refactor take : - [ ] to be "currified": `take(filter)(reaction)` - [ ] to accept multiple params as AND: `take(filter1, andFilter2)(reaction)` - [ ] to write OR we will use...

- Related issue https://github.com/mobxjs/mobx-state-tree/issues/492 - Once the previous issue is resolved : - [ ] Suppress warning message from README.md

How do we do this ? Source : https://github.com/mobxjs/mobx-state-tree/issues/486#issuecomment-339599368

- [x] documentation - [x] tests - [ ] asychronous boolean to the `action` - #11