Skip to content

Where to go next

You have the whole mental model: declare with a name, drive with yield*, derive the rest. Everything below is a variation on it.

Fill the gaps in what you built

You haveNext thing worth adding
A query and a mutationPersistence — storage persistence as an insertion (localStorage by default)
A listCollections — entity storage, selectors, updates
A formValidation — custom and async validators
RoutesRoute guards and Route providers
A running appNon-blocking navigation — pending UI instead of a freeze

Concepts worth a dedicated read

When your app grows

Reference

Looking for one symbol? The API index lists every export with a one-line description and a link.

See it running

Examples points at the demo application, which exercises most of the above end to end.