mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Update CodeWalkthrough.md
This commit is contained in:
parent
60ac6c0fe4
commit
aed5ab7474
@ -62,7 +62,7 @@ informal description, and here it is ... for this app `app-db` will contain
|
||||
a two-key map like this:
|
||||
```cljs
|
||||
{:time (js/Date.) ;; current time for display
|
||||
:time-color "#f88"} ;; the colour in which the time should be be shown
|
||||
:time-color "#f88"} ;; the colour in which the time should be shown
|
||||
```
|
||||
|
||||
re-frame itself owns/manages `app-db` (see FAQ #1), and it will
|
||||
|
Loading…
x
Reference in New Issue
Block a user