Skip to content

Instantly share code, notes, and snippets.

@ascoders
Created January 8, 2018 03:15
Show Gist options
  • Save ascoders/9e471a47194fcca08941d34a274d4edf to your computer and use it in GitHub Desktop.
Save ascoders/9e471a47194fcca08941d34a274d4edf to your computer and use it in GitHub Desktop.
Dob different from mobx
| Mobx | Dob |
|---|----|
| autorun | **observe** |
| observable | observable |
| unobservable | unobservable |
| reaction | reaction |
| computed | `Not needed` |
| extendObservable | `Not needed` |
| arrays | `native array` |
| maps | `native Map & Set` |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment