mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
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
|
||||
(def inject-db (inject-cofx :db))
|
||||
|
||||
(register
|
||||
:local-store
|
||||
(fn local-store-handler
|
||||
[coeffects k]
|
||||
()XXXX
|
||||
(assoc coeffects :db @app-db)))
|
||||
|
||||
;; -- Further Example --------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user