@zajno/common-mobx
v1.4.5
Published
Zajno's re-usable utilities for JS/TS projects using MobX
Downloads
123
Readme
Zajno's Toolbox – MobX
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.
Contents
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.
Usage
Install:
npm i @zajno/common-mobx
See usage & distribution notes from @zajno/common
's README.