From 3b1f0d481e165640f04ce8250a197c1a39c928a4 Mon Sep 17 00:00:00 2001 From: Gregg8 Date: Thu, 18 Dec 2014 01:53:11 +1100 Subject: [PATCH] Pass 4.1 review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7fb9c..7312c50 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,7 @@ app-db --> components --> Hiccup --> Reagent --> VDOM --> React --> ``` Generally, when the user manipulates the GUI, the state of the application changes. In our case, -that means the `app-db` will change. After all, it **is** the state. And the DOM presented to the user is a function of that state. So that tends to be the cycle: DOM events dispatch, handlers mange them, which cause `app-db` changes, which then cause a re-render, and the users sees something different. That's our water cycle. +that means the `app-db` will change. After all, it **is** the state. And the DOM presented to the user is a function of that state. So that tends to be the cycle: DOM events dispatch, handlers manage them, which cause `app-db` changes, which then cause a re-render, and the users sees something different. That's our water cycle. So handlers, which look after events, are the part of the system which do `app-db` mutation. You could almost imagine them as a "stored procedure" in a