These demos demonstrate the absolute basics of using TinyBase, with an obligatory 'Hello World' example.
In this demo, we set data in, and then get data from, a Store
object. This is about as simple as it gets.
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.
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.