Skip to main content

4 docs tagged with "api-reference"

View All Tags

Model

Creating a single information unit. Use this method to have synchronized updates for all the subscribers. Model can accept any JS type

Model with state derivation

It is possible to derive the state of the model and compose abstraction on that derivation. The abstraction is called virtual model

Storm

The library will organize subscrition and data store updates in such a manner to keep track of individual subscription and individual updates. In other words, The Event Storm claims to update only for the given subscription.