TinyBase logoTinyBase

The Basics

These guides cover the very basics of TinyBase.

We start with common ways to install the modules and then learn about how to interact with Store objects including creation, reading data, writing data, and listening for changes.

See also the Hello World demos, and the Todo App demos.

Let's get started!

Getting Started

This guide gets up you up and running quickly with TinyBase.

Creating A Store

This guide shows you how to create a new Store.

Writing To Stores

This guide shows you how to write data to a Store.

Reading From Stores

This guide shows you how to read data from a Store.

Listening To Stores

This guide shows you how to listen to changes in the data in a Store.

Transactions

This guide shows you how to wrap multiple changes to the data in a Store.

Importing TinyBase

This guide provides a quick aside about importing TinyBase into your application.

TinyBase and TypeScript

This guide summarizes the three different levels of TypeScript coverage you can use with TinyBase.