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 you up and running quickly with TinyBase. Read more.

Creating A Store

This guide shows you how to create a new Store. Read more.

Writing To Stores

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

Reading From Stores

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

Listening To Stores

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

Transactions

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

Importing TinyBase

This guide provides an aside about importing TinyBase into your application. Read more.

TinyBase And TypeScript

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

Architectural Options

This guide discusses some of the ways in which you can use TinyBase, and how you can architect it into the bigger picture of how your app is built. Read more.