docs: fix graph indent
This commit is contained in:
@@ -63,22 +63,22 @@ document.body.appendChild(tree)
|
|||||||
`send()` when done to handle results
|
`send()` when done to handle results
|
||||||
- __subscriptions:__ streams of data that can either be written to or read from
|
- __subscriptions:__ streams of data that can either be written to or read from
|
||||||
```txt
|
```txt
|
||||||
┌───────────────────────────────┐
|
┌───────────────────────────────┐
|
||||||
│ │ ┌────────┐
|
│ │ ┌────────┐
|
||||||
│ ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ │ │ User │
|
│ ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ │ │ User │
|
||||||
│ ┌─────────────────┐ │ └────────┘
|
│ ┌─────────────────┐ │ └────────┘
|
||||||
├────┼─│ Subscriptions │ │ │ │
|
├────┼─│ Subscriptions │ │ │ │
|
||||||
│ └─────────────────┘ │ ▼
|
│ └─────────────────┘ │ ▼
|
||||||
│ │ ┌─────────────────┐ │ │ ┌────────┐ ┌────────┐
|
│ │ ┌─────────────────┐ │ │ ┌────────┐ ┌────────┐
|
||||||
└──────│ Effects │◀─────┼──────┤ DOM │◀───────────│ Views │
|
└──────│ Effects │◀─────┼──────┤ DOM │◀───────────│ Views │
|
||||||
│ └─────────────────┘ │ Actions └────────┘ DOM tree └────────┘
|
│ └─────────────────┘ │ Actions └────────┘ DOM tree └────────┘
|
||||||
┌─────────────────┐ │ ▲
|
┌─────────────────┐ │ ▲
|
||||||
│ │ Reducers │◀┼────┘ │
|
│ │ Reducers │◀┼────┘ │
|
||||||
└─────────────────┘ │
|
└─────────────────┘ │
|
||||||
│ │ │ ┌────────┐ │
|
│ │ │ ┌────────┐ │
|
||||||
└─────────────────────▶│ Router │─────────────────┘
|
└─────────────────────▶│ Router │─────────────────┘
|
||||||
└ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘ State └────────┘ State
|
└ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘ State └────────┘ State
|
||||||
Model
|
Model
|
||||||
```
|
```
|
||||||
|
|
||||||
## Effects
|
## Effects
|
||||||
|
|||||||
Reference in New Issue
Block a user