diff --git a/CHANGES.md b/CHANGES.md index 572b787..630012a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ #### Headline - - A rewritten README and a new "Introduction" section in `/docs` + - Docs: a rewritten README and a new "Introduction" section in `/docs` - [#218](https://github.com/Day8/re-frame/issues/218) Make it okay to use `subscribe` in Form-1 components #### Breaking diff --git a/docs/WIP/Flow.md b/docs/WIP/Flow.md index 403b20d..5ced8e1 100644 --- a/docs/WIP/Flow.md +++ b/docs/WIP/Flow.md @@ -13,6 +13,9 @@ ## Flow +It is time to talk of the reactive flow through dominoes 3-4-5-6. through dominoes It is time to talk about de-duplicated signal graphs. + + This tutorial focuses mainly on how data flows between dominoes 3-4-5-6. We'll look at the underlying reactive mechanism.