From 9e710d175de3a0663ef6ded69ed92bd0e46c252e Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Sun, 23 Jul 2017 11:26:21 +1000 Subject: [PATCH] Explain the nature of the todomvc example --- examples/todomvc/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/todomvc/README.md b/examples/todomvc/README.md index 4fc335b..69d2f75 100644 --- a/examples/todomvc/README.md +++ b/examples/todomvc/README.md @@ -2,6 +2,13 @@ A [re-frame](https://github.com/Day8/re-frame) implementation of [TodoMVC](http://todomvc.com/). +But this is NOT your normal, lean and minimal todomvc implementation, +geared towards showing how easily re-frame can implement the challenge. + +Instead, this todomvc example has evolved into more of a teaching tool +and we've thrown in more advanced re-frame features which aren't +really required to get the job done. + ## Setup And Run