File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ graph LR
59
59
Middleware
60
60
end
61
61
62
- Client -->|1. Dispatch Action| Bus
63
- Client -->|2. Execute Query| Bus
64
- Bus -->|3. Apply| Middleware
65
- Middleware -->|4a. Route Action| ActionHandler
66
- Middleware -->|4b. Route Query| QueryHandler
67
- ActionHandler -->|5a. Handle & Modify State| DB[(Database)]
68
- QueryHandler -->|5b. Fetch Data| DB
69
- ActionHandler & QueryHandler -->|6. Return Result| Client
62
+ Client -->|1. Dispatch Action| Bus
63
+ Client -->|2. Execute Query| Bus
64
+ Bus -->|3. Apply| Middleware
65
+ Middleware -->|4a. Route Action| ActionHandler
66
+ Middleware -->|4b. Route Query| QueryHandler
67
+ ActionHandler -->|5a. Handle & Modify State| DB[(Database)]
68
+ QueryHandler -->|5b. Fetch Data| DB
69
+ ActionHandler & QueryHandler -->|6. Return Result| Client
70
70
71
71
style Dew fill:#e6f3ff,stroke:#333,stroke-width:2px,color:#000
72
72
style Bus fill:#b3e0ff,stroke:#333,stroke-width:2px,color:#000
You can’t perform that action at this time.
0 commit comments