Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  dist
  src
  package.json
  .yarnrc
  CHANGELOG.md
  jest.config.setup.js
  README.md
  yarn.lock
Size: Mime:
  README.md

OneRouter

Learn More

outdated


/**
 * @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)