Liking cljdoc? Tell your friends :D

Cumulo Reel

Reel library for Cumulo

Usage

Clojars Project

[cumulo/reel "0.1.0"]

Server side:

(defonce *reel (atom (merge cumulo-reel.core/reel-schema {:base initial-db, :db initial-db})))

(cumulo-reel.core/reel-reducer @*reel updater op op-data sid op-id op-time)

(reset! *reel (cumulo-reel.core/refresh-reel @*reel initial-db updater))

Client side:

(cumulo-reel.comp.reel/comp-reel (:reel-length store) {})

Workflow

https://github.com/Cumulo/cumulo-workflow

License

MIT

Can you improve this documentation?Edit on GitHub

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

× close