You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
# react-redux-dispatch-async
10
10
11
-
👉 Redux middleware to wait async actions with **fixed defined suffixes**.
11
+
👉 REDUX _middleware_ waiting async _actions_ with **SUFFIXES** 👈
12
12
13
13
```
14
14
+------------------+
@@ -52,6 +52,7 @@ export default function MyUserInterface({ id }: { id: string }) {
52
52
}
53
53
}
54
54
```
55
+
55
56
If you need more examples you can go to [github](https://github.com/xcarpentier/react-redux-dispatch-async-example) or to [codesandbox](https://codesandbox.io/s/react-redux-dispatch-async-rij31?file=/src/UserContainer.tsx).
0 commit comments