Better docs navigation

This commit is contained in:
Mike Thompson 2016-12-29 10:01:23 +11:00
parent ae7da52088
commit be3f45df87
2 changed files with 12 additions and 12 deletions

View File

@ -5,16 +5,10 @@
## Mental Model Omnibus
> If a factory is torn down but the rationality which produced it is
left standing, then that rationality will simply produce another
factory. If a revolution destroys a government, but the systematic
patterns of thought that produced that government are left intact,
then those patterns will repeat themselves. <br>
> -- Robert Pirsig, Zen and the Art of Motorcycle Maintenance
<img height="350px" align="right" src="/images/mental-model-omnibus.jpg?raw=true">
> All models are wrong, but some are useful
The re-frame tutorials initially focus on the **domino
narrative**. The goal is to efficiently explain the mechanics of re-frame,
and to get you reading and writing code ASAP.
@ -26,8 +20,12 @@ This tutorial is a tour of these ideas, justifications and insights.
It is a little rambling, but I'm hoping it will deliver for you
at least one "Aaaah, I see" moment before the end.
> All models are wrong, but some are useful
<br>
> If a factory is torn down but the rationality which produced it is
left standing, then that rationality will simply produce another
factory. If a revolution destroys a government, but the systematic
patterns of thought that produced that government are left intact,
then those patterns will repeat themselves. <br>
> -- Robert Pirsig, Zen and the Art of Motorcycle Maintenance
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

View File

@ -1,7 +1,9 @@
> In a rush? You can get away with skipping this page on the first pass. <br>
> Next page: [Basic App Structure](Basic-App-Structure.md)
## Flow Mechanics
If you are in a hurry, this tutorial can be skipped. It provides advanced, background information.
It explains the underlying reactive mechanism used in dominoes 4-5-6.
This tutorial explains the underlying reactive mechanism used in dominoes 4-5-6. It goes on to introduce `re-frame.core/reg-sub-raw`.
## On Flow