@@ -170,13 +170,13 @@ The 4-5-6 domino cascade implements the formula made famous by Facebook's ground
170170
171171A view, ` v ` , is a function, ` f ` , of the app state, ` s ` .
172172
173- Said another way, there are functions ` f ` that compute which DOM nodes, ` v ` ,
173+ Said another way, there are functions ` f ` that compute which DOM nodes, ` v ` , which
174174should be displayed to the user when the application is in a given app state, ` s ` .
175175
176- Or, to capture the dynamics we'd say: ** over time** , as ` s ` changes, ` f `
177- will be re-run each time to compute new ` v ` , forever keeping ` v ` up to date with the current ` s ` .
176+ Or, to capture the dynamics, we'd say: ** over time** , as ` s ` changes, ` f `
177+ will be re-run each time to compute a new ` v ` (what the user sees) , forever keeping ` v ` up to date with the current ` s ` .
178178
179- Or, with yet another emphasis: ** over time** what is presented to the user changes in response to application state changes.
179+ Or, with yet another emphasis: ** over time** what is presented to the user changes in response to changes in application state.
180180
181181In our case, domino 3 changes ` s ` , the application state,
182182and, in response, dominoes 4-5-6 are concerned with re-running ` f ` to compute the new ` v `
0 commit comments