Liking cljdoc? Tell your friends :D

sweet-tooth.frontend.core.flow


db-patch-handle-entityclj/s

(db-patch-handle-entity db db-patch)

debouncersclj/s


deep-mergeclj/s

(deep-merge db [m])

new-debouncerclj/s

(new-debouncer interval dispatch)

replace-entsclj/s

(replace-ents db m)

update-dbclj/s

(update-db db [db-patches])

Takes a db and a vector of db-patches, and applies those patches to the db using the udpaters stored in [:sweet-tooth.frontend/config :sweet-tooth.frontend.core.flow/update-db] of the app-db.

If no updaters apply, then just merge the patch in.

Takes a db and a vector of db-patches, and applies those patches to
the db using the udpaters stored in 
[:sweet-tooth.frontend/config :sweet-tooth.frontend.core.flow/update-db]
of the app-db.

If no updaters apply, then just merge the patch in.
raw docstring

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

× close