Moved from Zajno/common-mobx.
This library is an extension for @zajno/common
, which adds more tools but based on MobX library.
All runtime dependencies are peer.
-
Localization – attempt to have another simple runtime i18n manager
-
ViewModels – useful for MVVM pattern
-
Structures for caching & observing:
PromiseCache
,SubscribersMap
,SubscribersPromiseCache
-
TransitionObserver
– neat wrapper of mobx'sreaction
-
and various extends to
@zajno/common
's tools to make them MobX-observable.
Install:
npm i @zajno/common-mobx
See usage & distribution notes from @zajno/common
's README.