TinyBase logoTinyBase

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

Type Aliases