RenderContext
Context for rendering static and dynamical content
Inheritors
Properties
Functions
Default error handler printing the error to console.
Allows to access the nearest MountPoint from any WithScope
Renders each element of a Stores List content. Internally the Patches are determined using Myer's diff-algorithm. This allows the detection of moves. Keep in mind, that no Patch is derived, when an element stays the same, but changes its internal values.
Renders the data of a boolean Flow only if its value is false
.
Renders the non-null data of a Flow.
Renders the data of a boolean Flow only if its value is true
.
Convenience function to create a simple Store without any handlers, etc.
Convenience function to create a simple ValidatingStore without any metadata and handlers.
Convenience function to create a simple ValidatingStore without any handlers, etc.