Repository URL to install this package:
|
Version:
6.0.0 ▾
|
@skava/router
/
README.md
|
|---|
react-router-config import.observable property moved from reference-storesetUrl + url + prevUrlReadOnly => ReadonlysetTapEntriessetTapEntrieshasProtocollatest to exact so they do not create warnings on pkgs depending on itshallowStore for storing non observablessetAsDirty action to mark as dirtygetSearchParams using EMPTY_OBJ as default))/** * @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)