WIP: project creation now work.

This commit is contained in:
Andrey Antukh 2015-12-14 14:17:18 +02:00
parent 62b9267d4f
commit 56f7613453
11 changed files with 201 additions and 103 deletions

View file

@ -1,7 +1,6 @@
(ns uxbox.rstore
"Reactive storage management architecture helpers."
(:require [beicon.core :as rx]
[promesa.core :as prom]))
(:require [beicon.core :as rx]))
;; An abstraction for implement a simple state
;; transition. The `-apply-update` function receives
@ -45,7 +44,7 @@
[e]
(satisfies? EffectEvent e))
(defonce ^:static bus (rx/bus))
(defonce bus (rx/bus))
(defn emit!
"Emits an event or a collection of them.