Skip to content

Commit

Permalink
Fix link (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhienle authored and timdorr committed Dec 31, 2019
1 parent c1b4536 commit 9ce44a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ it is used by default in our

## Motivation

Redux Thunk
[middleware](https://github.com/reactjs/redux/blob/master/docs/advanced/Middleware.md)
Redux Thunk [middleware](https://redux.js.org/advanced/middleware)
allows you to write action creators that return a function instead of an action.
The thunk can be used to delay the dispatch of an action, or to dispatch only if
a certain condition is met. The inner function receives the store methods
Expand Down

0 comments on commit 9ce44a8

Please sign in to comment.