Skip to content

Instantly share code, notes, and snippets.

@ascoders
Created January 8, 2018 03:18
Show Gist options
  • Save ascoders/b931eafbf01c1ac3c07fb3a5abcc58f5 to your computer and use it in GitHub Desktop.
Save ascoders/b931eafbf01c1ac3c07fb3a5abcc58f5 to your computer and use it in GitHub Desktop.
different-from-mobx.csv
| 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