From 12828d7bd80bfb7acdae075f6f95c074a26e6b3b Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Wed, 2 Mar 2016 09:30:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e397e7..f0e7858 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A simple [ClojureScript](http://github.com/clojure/clojurescript) interface to [React](http://facebook.github.io/react/). +#### [Try Reagent](http://cljsfiddle.com/) + Reagent provides a way to write efficient React components using (almost) nothing but plain ClojureScript functions. * **[Detailed intro with live examples](http://reagent-project.github.io/)**