mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 14:58:12 +00:00
Fix typos in todomvc application
This commit is contained in:
parent
5ab43c93d8
commit
a30c42054b
@ -60,7 +60,7 @@ src
|
||||
├── db.cljs <--- data related (data layer)
|
||||
├── subs.cljs <--- subscription handlers (query layer)
|
||||
├── views.cljs <--- reagent components (view layer)
|
||||
└── handlers.cljs <--- event handlers (control/update layer)
|
||||
└── events.cljs <--- event handlers (control/update layer)
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
@ -37,7 +37,7 @@
|
||||
;; -- Default app-db Value ---------------------------------------------------
|
||||
;;
|
||||
;; When the application first starts, this will be the value put in app-db
|
||||
;; Unless, or course, there are todos in the LocalStore (see further below)
|
||||
;; Unless, of course, there are todos in the LocalStore (see further below)
|
||||
;; Look in `core.cljs` for "(dispatch-sync [:initialise-db])"
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user