Scoped
Scoped state provides component-level state management through a Provider/Consumer pattern. This allows you to create isolated state instances for specific components or features.
Scoped Store
Scoped Collection
Both scoped stores and collections:
- Create isolated state instances per component
- Manage their own state independently
- Reset automatically when unmounted
- Perfect for reusable components