From 525767bf1c3e0240d5869dde798a632c9859023d Mon Sep 17 00:00:00 2001 From: Anatoly Date: Thu, 12 Nov 2015 12:16:26 -0500 Subject: [PATCH] [docs]: "differences from component" section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 81117da..390b9f8 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* - [Why?](#why) + - [Differences from Component](#differences-from-component) - [How](#how) - [Creating State](#creating-state) - [Using State](#using-state) @@ -43,6 +44,10 @@ startup time, and it is [not because of JVM](http://blog.ndk.io/2014/02/11/jvm-s There is another Clojure superpower that `mount` is made to retain: Clojure community. Pull request away, let's solve this thing! +### Differences from Component + +mount is an alternative to the [component](https://github.com/stuartsierra/component) approach with notable [differences](doc/differences-from-component.md#differences-from-component). + ## How ```clojure