Liking cljdoc? Tell your friends :D

statecharts.store

This namespace provides an interface for a mutable datastore for one or more states.

It is used in places that are concerned with storing states as they change over time. So, statecharts.service, which notifies listeners when a state changes, and statecharts.integrations.re-frame, which persists state changes in a re-frame app-db, both use it. It is also used in statecharts.scheduler, which is concerned with scheduling state changes that will happen at some future time.

This namespace provides an interface for a mutable datastore for one or more
states.

It is used in places that are concerned with storing states as they change _over
time_. So, [[statecharts.service]], which notifies listeners when a state
changes, and [[statecharts.integrations.re-frame]], which persists state changes
in a re-frame app-db, both use it. It is also used in [[statecharts.scheduler]],
which is concerned with scheduling state changes that will happen at some future
time.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close