ui-react
The ui-react
module of the TinyBase project provides both hooks and components to make it easy to create reactive apps with Store
objects.
The hooks in this module provide access to the data and structures exposed by other modules in the project. As well as immediate access, they all register listeners such that components using those hooks are selectively re-rendered when data changes.
The components in this module provide a further abstraction over those hooks to ease the composition of user interfaces that use TinyBase.
See also
Building UIs guides
Building UIs With Metrics
guide
Building UIs With Indexes
guide
Building UIs With Relationships
guide
Building UIs With Queries
guide
Building UIs With Checkpoints
guide
Countries demo
Todo App demos
Drawing demo
Functions
These are the functions within the ui-react
module.
Type Aliases
These are the type aliases within the ui-react
module.