Minimal Re-renders
Components subscribe strictly to specific primitive signals (`Signal`) or computed properties (`Computed`) rather than the entire state object. A change in a single signal updates *only* the component that actually reads it.
High-performance reactive state management and utils