Skip to main content
Version: 0.1.2

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 statestate / computedState / effect / onDestroy in a counter with persistence.
  • Async stateasyncState re-fetching on a key change.
  • Fetch state — reactive search + imperative mutation + verb helpers.
  • FormsformState with validators, nested groups, all input kinds.
  • Dependency injection<Injector> scoping a shared service.
  • Batchingbatch collapsing multiple writes into one notification.