Component Store
Noun · Development
Definitions
A state container or scoped store associated with a particular component or feature area rather than with the entire application. Component stores help isolate stateful logic and side effects while still giving components a structured way to react to updates.
In plain English: A state store used by a specific component or feature instead of the whole app.
Example: "They moved the wizard logic into a component store so validation, async loading, and step transitions were testable without mounting the full UI."