LocalStore opens up a can of worms around dependencies (transit, reader, etc). Remove for the moment.
This commit is contained in:
parent
00891fd083
commit
40c8e12426
|
@ -65,12 +65,6 @@
|
||||||
;; Because this interceptor is used so much, we reify it
|
;; Because this interceptor is used so much, we reify it
|
||||||
(def inject-db (inject-cofx :db))
|
(def inject-db (inject-cofx :db))
|
||||||
|
|
||||||
(register
|
|
||||||
:local-store
|
|
||||||
(fn local-store-handler
|
|
||||||
[coeffects k]
|
|
||||||
()XXXX
|
|
||||||
(assoc coeffects :db @app-db)))
|
|
||||||
|
|
||||||
;; -- Further Example --------------------------------------------------------
|
;; -- Further Example --------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue