Liking cljdoc? Tell your friends :D

sweet-tooth.frontend.handlers

Sweet Tooth provides handlers. Rather than registering outright, handlers are registered with an internal registry using the rr function in this namespace, and the register-handlers function is then used to register the handlers with re-frame. This allows users to specify interceptors for Sweet Tooth's handlers.

TODO: document how you can apply interceptors hierarchically by ns

Sweet Tooth provides handlers. Rather than registering outright,
handlers are registered with an internal registry using the `rr`
function in this namespace, and the `register-handlers` function is
then used to register the handlers with re-frame. This allows users
to specify interceptors for Sweet Tooth's handlers.

TODO: document how you can apply interceptors hierarchically by ns
raw docstring

sweet-tooth.frontend.load-all-handler-ns

Require all namespaces with handlers, so that they're registered for registration. A little whacky but whatevs.

Require all namespaces with handlers, so that they're registered
for registration. A little whacky but whatevs.
raw docstring

No vars found in this namespace.

sweet-tooth.frontend.paths

sweet tooth roots for the re-frame db

sweet tooth roots for the re-frame db
raw docstring

sweet-tooth.frontend.sync.dispatch.bide

No vars found in this namespace.

sweet-tooth.frontend.sync.flow

Sync provides a layer of indirection between requests to read/write data and the mechanism for handling the request. It also provides a common interface across those mechanisms.

Sync provides a layer of indirection between requests to read/write
data and the mechanism for handling the request. It also provides a
common interface across those mechanisms.
raw docstring

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

× close