Demos
Each demo is a standalone runnable app under demos/<name>/ that exercises one feature end-to-end. The pages below explain what each demo does and link to the source; clone the repo to run them locally.
nx serve demo-reactive-state
The same shape works for every demo — replace the project name.
Index
- Reactive state —
state/computedState/effect/onDestroyin a counter with persistence. - Async state —
asyncStatere-fetching on a key change. - Fetch state — reactive search + imperative mutation + verb helpers.
- Forms —
formStatewith validators, nested groups, all input kinds. - Dependency injection —
<Injector>scoping a shared service. - Batching —
batchcollapsing multiple writes into one notification.