Component Framework
Noun · Development
Definitions
A framework organized around reusable components as the main unit of composition, state handling, and rendering. Component frameworks provide lifecycle rules, templating or rendering behavior, and conventions for how components interact and update over time.
In plain English: A framework built around reusable components as the core building blocks.
Example: "The migration to a component framework made it easier to isolate page sections, reuse patterns, and test interactive behavior independently."