TinyBase logoTinyBase β

Guides

This series of guides helps explain the concepts behind TinyBase and is designed to complement the more comprehensive API documentation.

The Basics

These guides cover the very basics of TinyBase. Read more.

Building UIs

These guides cover how to use the ui-react module and use React hooks and components to easily build reactive user interfaces with TinyBase. Read more.

Schemas

These guides discuss how to set up a ValuesSchema or TablesSchema on a Store so that certain structures of data are assured. Read more.

Persistence

These guides discuss how to load and save data to a Store from a persistence layer. Read more.

Synchronization

These guides discuss how to merge and synchronize data in MergeableStore instances using synchronization techniques. Read more.

Integrations

There are plenty of other projects, products, and platforms that TinyBase can work with and alongside. Read more.

Using Metrics

These guides discuss how to define Metrics that aggregate values together. Read more.

Using Indexes

These guides discuss how to define Indexes that allow fast access to matching Row objects. Read more.

Using Relationships

These guides discuss how to define Relationships that connect Rows together between Table objects. Read more.

Using Checkpoints

These guides discuss how to use Checkpoints that allow you to build undo and redo functionality. Read more.

Using Queries

These guides discuss how to define queries that let you select specific Row and Cell combinations from each Table, and benefit from powerful features like grouping and aggregation. Read more.

Inspecting Data

If you are using TinyBase with React, you can use its web-based inspector, the Inspector component, that allows you to reason about the data during development. Read more.

How TinyBase Is Built

These guides discuss how TinyBase is structured and some of the interesting ways in which it is architected, tested, and built. Read more.

FAQ

These are some of the frequently asked questions about TinyBase. Read more.

Releases

This is a reverse chronological list of the major TinyBase releases, with highlighted features. Read more.