mirror of https://github.com/status-im/reagent.git
Add link to complete source
This commit is contained in:
parent
c39378bb79
commit
11ce2bbe0d
|
@ -19,7 +19,8 @@
|
|||
lexclock {:href "http://www.lexicallyscoped.com/2014/01/23/clojurescript-react-om-binary-clock.html"}
|
||||
hopclock {:href "http://pmbauer.github.io/2014/01/27/hoplon-binary-clock/"}
|
||||
om {:href "https://github.com/swannodette/om"}
|
||||
hoplon {:href "http://hoplon.io"}]
|
||||
hoplon {:href "http://hoplon.io"}
|
||||
clocksrc {:href "https://github.com/holmsand/reagent/blob/master/demo/reagentdemo/news/binaryclock.cljs"}]
|
||||
|
||||
[:div.reagent-demo
|
||||
[:h1 [link {:href main} head]]
|
||||
|
@ -85,6 +86,9 @@
|
|||
|
||||
[fn-src :main]
|
||||
|
||||
[:p "The entire source is also available " [:a
|
||||
clocksrc "here"] "."]
|
||||
|
||||
[:h2 "How it all works"]
|
||||
|
||||
[:p "Reading through the source, it may look like the entire
|
||||
|
|
Loading…
Reference in New Issue