docs: fix graph indent

This commit is contained in:
Yoshua Wuyts
2016-05-16 01:45:15 +07:00
parent a377fba1e5
commit 4d0cb12e22
+16 -16
View File
@@ -63,22 +63,22 @@ document.body.appendChild(tree)
`send()` when done to handle results
- __subscriptions:__ streams of data that can either be written to or read from
```txt
┌───────────────────────────────┐
│ │ ┌────────┐
│ ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ │ │ User │
│ ┌─────────────────┐ │ └────────┘
├────┼─│ Subscriptions │ │ │ │
│ └─────────────────┘ │ ▼
│ │ ┌─────────────────┐ │ │ ┌────────┐ ┌────────┐
└──────│ Effects │◀─────┼──────┤ DOM │◀───────────│ Views │
│ └─────────────────┘ │ Actions └────────┘ DOM tree └────────┘
┌─────────────────┐ │ ▲
│ │ Reducers │◀┼────┘ │
└─────────────────┘ │
│ │ │ ┌────────┐ │
└─────────────────────▶│ Router │─────────────────┘
└ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘ State └────────┘ State
Model
┌───────────────────────────────┐
│ │ ┌────────┐
│ ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ │ │ User │
│ ┌─────────────────┐ │ └────────┘
├────┼─│ Subscriptions │ │ │ │
│ └─────────────────┘ │ ▼
│ │ ┌─────────────────┐ │ │ ┌────────┐ ┌────────┐
└──────│ Effects │◀─────┼──────┤ DOM │◀───────────│ Views │
│ └─────────────────┘ │ Actions └────────┘ DOM tree └────────┘
┌─────────────────┐ │ ▲
│ │ Reducers │◀┼────┘ │
└─────────────────┘ │
│ │ │ ┌────────┐ │
└─────────────────────▶│ Router │─────────────────┘
└ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘ State └────────┘ State
Model
```
## Effects