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 c1b4536 commit 9ce44a8Copy full SHA for 9ce44a8
README.md
@@ -78,8 +78,7 @@ it is used by default in our
78
79
## Motivation
80
81
-Redux Thunk
82
-[middleware](https://github.com/reactjs/redux/blob/master/docs/advanced/Middleware.md)
+Redux Thunk [middleware](https://redux.js.org/advanced/middleware)
83
allows you to write action creators that return a function instead of an action.
84
The thunk can be used to delay the dispatch of an action, or to dispatch only if
85
a certain condition is met. The inner function receives the store methods
0 commit comments