Fine-grained ReactivityBuilt on signals and computed values. Only the parts of the UI that actually changed get updated — no virtual DOM diffing.
Class Components with DecoratorsExpress component logic with TypeScript decorators. @State, @Prop, @Watch, @Emit and more keep your components clean and explicit.
Complete EcosystemRouter, store, animations, FSM, DI, concurrency utilities — everything you need ships as first-party packages.