mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 14:58:12 +00:00
Docs WIP
This commit is contained in:
parent
301a93bbc3
commit
ff5ce94296
@ -1,6 +1,6 @@
|
||||
## 0.9.0 (2016.12.15)
|
||||
|
||||
Welcome Guests. Dr Ford has created a new [6-part narrative](README.md),
|
||||
Welcome, Guests. Dr Ford has created a new [6-part narrative](README.md),
|
||||
and Bernard [some infographics](/docs/EventHandlingInfographic.md). Anyone seen Dolores?
|
||||
|
||||
#### Headline
|
||||
|
@ -163,6 +163,8 @@ and only part of `s` may change at any one time, so only part of the
|
||||
`v` (DOM) need be re-computed and updated. And some parts of `v` might not
|
||||
be showing right now.
|
||||
|
||||
<img align="right" src="/images/Readme/6dominoes.png?raw=true">
|
||||
|
||||
### Domino 4 - Query
|
||||
|
||||
Domino 4 is about extracting data from "app state", and providing it
|
||||
@ -194,11 +196,6 @@ This is the step in which the hiccup-formatted
|
||||
"descriptions of required DOM", returned by the view functions of Domino 5, are made real.
|
||||
The browser DOM nodes are mutated.
|
||||
|
||||
## As A Picture
|
||||
|
||||
<img src="/images/Readme/6dominoes.png?raw=true">
|
||||
|
||||
|
||||
|
||||
## A Cascade Of Simple Functions
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
## Event Handling Infographics
|
||||
|
||||
Three diagrams are provided:
|
||||
- a beginners romp
|
||||
- a useful, intermediate schematic depiction
|
||||
- an advanced, accurate and detailed view
|
||||
- a beginner's romp
|
||||
- an intermediate schematic depiction
|
||||
- an advanced, full detail rendering
|
||||
|
||||
They should be reviewed in conjunction with a reading of the written tutorials.
|
||||
They should be reviewed in conjunction with the written tutorials.
|
||||
|
||||
<img src="/images/event-handlers.png?raw=true">
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.3 KiB |
Loading…
x
Reference in New Issue
Block a user