store
The store
module is the core of the TinyBase project and contains the types, interfaces, and functions to work with Store
objects.
The main entry point to this module is the createStore
function, which returns a new Store
. From there, you can set and get data, register listeners, and use other modules to build an entire app around the state and tabular data within.
Since
v1.0.0
Interfaces
Functions
There is one function, createStore
, within the store
module.
Type Aliases
These are the type aliases within the store
module.