Introduce Epoch Infographic
This commit is contained in:
parent
58aebf45a2
commit
020f1844ce
|
@ -105,9 +105,9 @@ usage:
|
|||
|
||||
***
|
||||
|
||||
Previous: [First Code Walk-Through](CodeWalkthrough.md)
|
||||
Previous: [Infographic: A re-frame Epoch](AnEpoch.md)
|
||||
Up: [Index](README.md)
|
||||
Next: [Mental Model Omnibus](MentalModelOmnibus.md)
|
||||
Next: [Infographic: Event Processing](EventHandlingInfographic.md)
|
||||
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
## A re-frame Epoch
|
||||
|
||||
The following graphic shows, operationally, how the dominoes play out, over time, within the browser.
|
||||
|
||||
<img src="/images/epoch.png?raw=true">
|
||||
|
||||
***
|
||||
|
||||
Previous: [First Code Walk-Through](CodeWalkthrough.md)
|
||||
Up: [Index](README.md)
|
||||
Next: [The API](API.md)
|
||||
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
@ -503,7 +503,8 @@ Obviously, you should also go on to read the further documentation.
|
|||
|
||||
Previous: [app-db (Application State)](ApplicationState.md)
|
||||
Up: [Index](README.md)
|
||||
Next: [The API](API.md)
|
||||
Next: [Infographic: A re-frame Epoch](AnEpoch.md)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ They should be reviewed in conjunction with the written tutorials.
|
|||
|
||||
***
|
||||
|
||||
Previous: [Mental Model Omnibus](MentalModelOmnibus.md)
|
||||
Previous: [The API](API.md)
|
||||
Up: [Index](README.md)
|
||||
Next: [Effectful Handlers](EffectfulHandlers.md)
|
||||
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
|
||||
> In a rush? You can skip this tutorial page on a first pass. <br>
|
||||
> It is quite abstract and it won't directly help you write re-frame code.
|
||||
> On the other hand, it will considerably deepen your understanding
|
||||
> of what re-frame is about, so remember to cycle back and read it later.<br>
|
||||
> Next page: [Effectful Handlers](EffectfulHandlers.md)
|
||||
|
||||
## Mental Model Omnibus
|
||||
|
||||
<img height="450px" align="right" src="/images/mental-model-omnibus.jpg?raw=true">
|
||||
|
@ -19,7 +12,7 @@ But **there are other perspectives** on re-frame
|
|||
which will deepen your understanding.
|
||||
|
||||
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
|
||||
It is a little rambling, but the goal is for it to deliver for you
|
||||
at least one "Aaaah, I see" moment before the end.
|
||||
|
||||
> If a factory is torn down but the rationality which produced it is
|
||||
|
@ -366,9 +359,8 @@ Your love for re-frame will be deep, abiding and enriching.
|
|||
|
||||
***
|
||||
|
||||
Previous: [The API](API.md)
|
||||
Up: [Index](README.md)
|
||||
Next: [Infographic Overview](EventHandlingInfographic.md)
|
||||
[Index](README.md)
|
||||
|
||||
|
||||
|
||||
[SPAs]:http://en.wikipedia.org/wiki/Single-page_application
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
* First, read this repo's [README](../README.md)
|
||||
* [app-db (Application State)](ApplicationState.md)
|
||||
* [First Code Walk-Through](CodeWalkthrough.md)
|
||||
* [Infographic: A re-frame Epoch](AnEpoch.md)
|
||||
* [The API](API.md)
|
||||
* [An alternative, all-dominoes overview of re-frame by purelyfunctional.tv](https://purelyfunctional.tv/guide/re-frame-building-blocks/)
|
||||
|
||||
## Dominoes 2 & 3 (event, effect and coeffect handling)
|
||||
* [Infographic Overview](EventHandlingInfographic.md)
|
||||
* [Infographic: Event Processing](EventHandlingInfographic.md)
|
||||
* [Effectful Handlers](EffectfulHandlers.md)
|
||||
* [Interceptors](Interceptors.md)
|
||||
* [Effects](Effects.md)
|
||||
|
@ -14,7 +15,7 @@
|
|||
|
||||
## Domino 4 (Subscriptions)
|
||||
|
||||
* [Infographic](SubscriptionInfographic.md)
|
||||
* [Infographic: Subscriptions and The Signal Graph](SubscriptionInfographic.md)
|
||||
* [Correcting a wrong](SubscriptionsCleanup.md)
|
||||
* [Flow Mechanics](SubscriptionFlow.md)
|
||||
|
||||
|
@ -34,9 +35,10 @@
|
|||
|
||||
## Deepen/Broaden Your Understanding
|
||||
|
||||
* [Mental Model Omnibus](MentalModelOmnibus.md)
|
||||
* [External Resources - including example apps](External-Resources.md)
|
||||
* [FAQs](FAQs/README.md)
|
||||
* [Mental Model Omnibus](MentalModelOmnibus.md)
|
||||
|
||||
|
||||
|
||||
## App Structure
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
Loading…
Reference in New Issue