From be3f45df8783e2bb9f77ba4510721eba74269f35 Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Thu, 29 Dec 2016 10:01:23 +1100 Subject: [PATCH] Better docs navigation --- docs/MentalModelOmnibus.md | 18 ++++++++---------- docs/SubscriptionFlow.md | 6 ++++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/MentalModelOmnibus.md b/docs/MentalModelOmnibus.md index 1220703..9bec1fb 100644 --- a/docs/MentalModelOmnibus.md +++ b/docs/MentalModelOmnibus.md @@ -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.
-> -- Robert Pirsig, Zen and the Art of Motorcycle Maintenance - - +> 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 -
+> 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.
+> -- Robert Pirsig, Zen and the Art of Motorcycle Maintenance diff --git a/docs/SubscriptionFlow.md b/docs/SubscriptionFlow.md index e8a6575..801bfbe 100644 --- a/docs/SubscriptionFlow.md +++ b/docs/SubscriptionFlow.md @@ -1,7 +1,9 @@ +> In a rush? You can get away with skipping this page on the first pass.
+> 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