From a37c354ef57a8e8e523d678d303ed50c3135e539 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Sun, 16 Nov 2014 18:19:13 -0500 Subject: [PATCH] Update DOM.md --- DOM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOM.md b/DOM.md index 46946da..3b721e2 100644 --- a/DOM.md +++ b/DOM.md @@ -1,7 +1,7 @@ # freactive *pronounced "f-reactive" - name subject to change. This library should be considered experimental - it has not been widely tested.* -freactive is a high-performance, pure [Clojurescript](https://github.com/clojure/clojurescript), declarative DOM library. It uses [hiccup](https://github.com/weavejester/hiccup)-style syntax and Clojure's built-in deref and atom patterns. It is inspired by work done in [reagent][reagent], [om][om] and [reflex][reflex] (as well as my experience with desktop GUI frameworks such as QML, JavaFX and WPF). **[See it in action!][dom-perf]** +freactive is a high-performance, pure [Clojurescript](https://github.com/clojure/clojurescript), declarative DOM library. It uses [hiccup](https://github.com/weavejester/hiccup)-style syntax and Clojure's built-in deref and atom patterns. It is inspired by [reagent][reagent], [om][om] and [reflex][reflex] (as well as my experience with desktop GUI frameworks such as QML, JavaFX and WPF). **[See it in action!][dom-perf]** **Goals:** * Provide a **[simple, intuitive API](#hello-world)** that should be almost obvious to those familiar with Clojure (inspiration from [reagent][reagent])