Hello World
These demos demonstrate the absolute basics of using TinyBase, with an obligatory 'Hello World' example.
Hello World v1
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.
Hello World 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.
Hello World 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.
Hello World v4
In this demo, we use React to render data in the Store
object and then change a Cell
to see the display update. We're making changes to the Hello World v3 demo.