API Overview
The Event Storm library is providing the following top level exports: createStorm, createModel, persisted, createVirtualModel
The Event Storm library is providing the following top level exports: createStorm, createModel, persisted, createVirtualModel
The API of the library entities is designed to be consistent in provided entities, provide useful subscription types and configurations, require minimal changes when migrating from other libraries
You can easily make your store's any segment to be persisted by using the respective function.
Creating a single information unit. Use this method to have synchronized updates for all the subscribers. Model can accept any JS type
It is possible to derive the state of the model and compose abstraction on that derivation. The abstraction is called virtual model
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.