mirror of https://github.com/status-im/reagent.git
Upload to clojars
This commit is contained in:
parent
2c9162271e
commit
9b3f188e91
|
@ -1,3 +1,4 @@
|
|||
target
|
||||
pom.xml
|
||||
.lein-repl-history
|
||||
pom.xml.asc
|
||||
|
|
|
@ -5,6 +5,10 @@ A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to [
|
|||
|
||||
Cloact provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions.
|
||||
|
||||
To use Cloact you just add this to your `project.clj`:
|
||||
|
||||
[cloact "0.0.3"]
|
||||
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in New Issue