Repository URL to install this package:
|
Version:
7.1.0 ▾
|
| dist |
| src |
| package.json |
| .yarnrc |
| CHANGELOG.md |
| jest.config.setup.js |
| README.md |
| yarn.lock |
/** * @deprecated * * @api https://mobx.js.org/refguide/reaction.html * @todo could use ^ probably better perf, easy to swap out later * * // this was not clear, did not work * @api https://mobx.js.org/refguide/autorun.html * Just like the @observer decorator/function, * autorun will only observe data * that is used during the execution of the provided function. * * @note we could used boxed values but the docs say * > since MobX tracks changes to boxes automatically, * in most cases it is better to use a reaction * like mobx.autorun instead. */ // autorun(subscriber, this)