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. This is about as simple as it gets.
Hello World v2
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 v1 demo.
Hello World v3
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 v2 demo.