TinyBase logoTinyBase β

Hello World

These demos demonstrate the absolute basics of using TinyBase, with an obligatory 'Hello World' example.

Hello World (Vanilla)

In this demo, we set data in, and then get data from, a Store object. We're using keyed values (not even tabular data!), so this is about as simple as it gets. Read more.

Hello World (Vanilla) v2

In this demo, we again set data in, and then get data from, a Store object. But this time we're using tabular data. Read more.

Hello World (Vanilla) v3

In this demo, we set up a listener for data in the Store object and then change the Cell to see the display update. We're making changes to the Hello World v2 demo. Read more.

Hello World (React)

In this demo, we use React to render data in the Store object and then change a Cell to see the display update. Read more.

Hello World (Svelte)

In this demo, we use Svelte to render data in the Store object and then change the Cell to see the display update. Read more.