Expand description
This module defines a ComponentFactory
and related code.
Structsยง
- A
ComponentFactory
can be used to create new Components at runtime, taking a factory function returning aComponentHandle
. - The
FactoryContext
provides extra information to the ComponentFactory