mirror of https://github.com/status-im/reagent.git
Merge pull request #21 from ptaoussanis/master
Make github.io README links more prominent
This commit is contained in:
commit
7236b99cd9
|
@ -4,8 +4,10 @@
|
||||||
A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to
|
A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to
|
||||||
[React](http://facebook.github.io/react/).
|
[React](http://facebook.github.io/react/).
|
||||||
|
|
||||||
[Reagent](http://holmsand.github.io/reagent/) provides a way to write efficient
|
Reagent provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions.
|
||||||
React components using (almost) nothing but plain ClojureScript functions.
|
|
||||||
|
* **[Detailed intro with live examples](http://holmsand.github.io/reagent/)**
|
||||||
|
* **[News](http://holmsand.github.io/reagent/news/index.html)**
|
||||||
|
|
||||||
To use Reagent you add this to your dependencies in `project.clj`:
|
To use Reagent you add this to your dependencies in `project.clj`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue