mirror of https://github.com/status-im/reagent.git
Add link to readme
This commit is contained in:
parent
fb7310870a
commit
8491eeb198
|
@ -1,9 +1,11 @@
|
||||||
|
|
||||||
# Cloact
|
# Cloact
|
||||||
|
|
||||||
A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to [React](http://facebook.github.io/react/).
|
A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to
|
||||||
|
[React](http://facebook.github.io/react/).
|
||||||
|
|
||||||
Cloact provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions.
|
[Cloact](http://holmsand.github.io/cloact/) provides a way to write efficient
|
||||||
|
React components using (almost) nothing but plain ClojureScript functions.
|
||||||
|
|
||||||
To use Cloact you add this to your dependencies in `project.clj`:
|
To use Cloact you add this to your dependencies in `project.clj`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue