ConstCreates a React component that provides the Logix runtime to its children.
Hook to get the dispatch function for a module.
Hook to create and use a local module instance.
Hook to use a module from the provided runtime.
Hook to select a slice of state from a module.
Creates a root provider component for a given runtime.
The caller is responsible for constructing and managing the Runtime lifecycle (typically via Logix.Runtime.make). ReactPlatform only provides that Runtime within the React tree.