From 316c159a59e88322c7bc5c9314b1f7e8fb1e49ec Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 25 May 2016 16:35:04 -0400 Subject: [PATCH] update class-registry example README.md --- examples/class-registry/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/examples/class-registry/README.md b/examples/class-registry/README.md index 8e50e6f..2acc506 100644 --- a/examples/class-registry/README.md +++ b/examples/class-registry/README.md @@ -6,7 +6,16 @@ classes and then assign the students/professors to those classes. The idea is _very_ loosely based off one of the Om tutorial applications (the data used is almost identical). -[1]: http://reagent-project.github.io/ +Note that this example is somewhat complicated as there are several +lists of data shown in the UI, all of which are completely editable +to the user. While the code is longer as a result, this still serves +as a more interesting example with several views being used (some +using parameters). + +Definitely take a look at the [TodoMVC][1] example app before diving into +this and also be sure you're familiar with Reagent. + +[1]: https://github.com/gered/reagent-data-views/tree/master/examples/todomvc ## Running