We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a7d5f commit b0b9489Copy full SHA for b0b9489
docs/4-advanced/04-react/index.mdx
@@ -53,9 +53,9 @@ addTodoButton.onclick = () => {
53
54
```mermaid
55
flowchart LR
56
- add(["add"]):::event --> S["S"]:::state
57
- remove(["remove"]):::event --> S
58
- S --> f["f(S)"]:::ui
+ add(["add₁"]):::event --> S["S"]:::state
+ remove(["remove₂"]):::event --> S
+ S --> f1["f_1(S)"]:::ui --> f2["f_2(f_1(S))"]:::ui
59
60
classDef event fill:#e8e8e8,stroke:#999,font-size:12px
61
classDef state fill:#4a90d9,stroke:#2e6bb0,color:#fff
0 commit comments