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
Metricsguide - Building UIs With
Indexesguide - Building UIs With
Relationshipsguide - Building UIs With
Queriesguide - Building UIs With
Checkpointsguide - Countries demo
- Todo App demos
- Drawing demo
Since
v1.0.0
Functions
Type Aliases
UndoOrRedoInformationtype aliasComponentReturnTypetype alias- Identity type aliases
- Props type aliases