mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
renaming and word fiddling
This commit is contained in:
parent
510199a938
commit
031e9fde53
@ -1,9 +1,12 @@
|
||||
(ns re-frame.db
|
||||
(:require [reagent.core :as r]))
|
||||
(:require [reagent.core :as reagent]))
|
||||
|
||||
;; The application state
|
||||
;; Should never be accessed directly by application code
|
||||
|
||||
;; -- Application State --------------------------------------------------------------------------
|
||||
;;
|
||||
;; Should not be accessed directly by application code
|
||||
;; Access is mediated via handlers and subscriptions
|
||||
(def app-db (r/atom {}))
|
||||
(def app-db (reagent/atom {}))
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user