Skip to content

Commit 7a6411c

Browse files
committed
Drop table
1 parent 666ad66 commit 7a6411c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/tutorials/essentials/part-1-overview-concepts.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -456,13 +456,6 @@ Redux does have a number of new terms and concepts to remember. As a reminder, h
456456
- _Actions_ are plain objects with a `type` field, and describe "what happened" in the app
457457
- _Reducers_ are functions that calculate a new state value based on previous state + an action
458458
- A Redux _store_ runs the root reducer whenever an action is _dispatched_
459-
- There is a correspondence between the Redux ecosystem and the event loop:
460-
461-
|Redux ||Event Loop |
462-
| :----: |:----:| :----: |
463-
| actions ||events |
464-
| dispatch ||emit event |
465-
| root reducer ||all-receiving event handler |
466459

467460
:::
468461

0 commit comments

Comments
 (0)