Component Factory
Noun · Development
Definitions
A factory abstraction that creates components based on configuration, type, or runtime conditions rather than instantiating them directly throughout the codebase. Component factories are useful when creation logic is complex or when components need to be selected dynamically.
In plain English: A factory that creates components based on rules or configuration.
Example: "The editor used a component factory to choose the correct field renderer for each schema type at runtime."