Skip to content

Model and Collection

Pre-release
Pre-release
Compare
Choose a tag to compare
@bredele bredele released this 20 Dec 23:56
· 169 commits to master since this release

This version of store allows to work on objects (model) or arrays (collection). It provides basic features such as get, set, del or reset. Store is an emitter and emit change or delete events for each of these features.

In the future, Store could be synchronized with localstore or remote database (may be through a middleware engine).