TinyBase logoTinyBase

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

Functions

These are the functions within the ui-react module.

Type Aliases

These are the type aliases within the ui-react module.