Add link to readme

This commit is contained in:
Dan Holmsand 2014-01-10 14:51:27 +01:00
parent fb7310870a
commit 8491eeb198
1 changed files with 4 additions and 2 deletions

View File

@ -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`: