โก~3 KB โ 12x lighter than NgRxFull state management with entity adapters, concurrency control, and DevTools in a fraction of the bundle.
๐ง 1 concept: async/awaitBuild features with plain state, actions, selectors, and effects. No rxMethod, no pipe, no switchMap, no tapResponse.
๐น๏ธBuilt-in time-travel DevToolsUndo, redo, replay actions, export/import state snapshots. Built into your app โ no Chrome extension needed.
๐ขEnterprise-ready entitiescreateEntityAdapter() and withEntities() for normalized collections with generated selectors and scalable CRUD.
๐Concurrency semanticsControl async behavior with exclusive(), queued(), abortable(), retryable(), optimistic() โ no RxJS operators.
๐งฉComposable featuresBuild reusable store features with mergeFeatures() and inject services with withProps() โ like signalStoreFeature() but simpler.
๐RxJS optionalIntegrate streams only where needed with fromStream(), combineLatestStream(), and 12 pipe-like operators.
๐งชTesting + Schematics + ESLintcreateMockStore() for tests, ng generate for scaffolding, 3 ESLint rules for best practices. Full toolchain.