@zajno/common-mobx
v1.7.7
Published
Zajno's re-usable utilities for JS/TS projects using MobX
Readme
Zajno's Toolbox – MobX
Moved from Zajno/common-mobx. Now maintained at idudinov/common-utils.
This library is an extension for @zajno/common, which adds more tools but based on MobX library.
All runtime dependencies are peer.
Contents
Localization – attempt to have another simple runtime i18n manager
ViewModels – useful for MVVM pattern
Structures for caching & observing:
PromiseCache,SubscribersMap,SubscribersPromiseCacheTransitionObserver– neat wrapper of mobx'sreactionand various extends to
@zajno/common's tools to make them MobX-observable.
Usage
Install:
npm i @zajno/common-mobxSee usage & distribution notes from @zajno/common's README.
