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 c096859 commit 7c3f4b1Copy full SHA for 7c3f4b1
README.md
@@ -9,6 +9,7 @@ Related articles:
9
2. [TypeScript and Redux: adding React][article-2]
10
3. [TypeScript and Redux: async actions][article-3]
11
4. [TypeScript and Redux: unit testing with Jest][article-4]
12
+ 5. [Integrating TypeScript and redux-thunk][article-5]
13
14
## Usage
15
@@ -30,3 +31,4 @@ Install and build demo:
30
31
[article-2]: https://rjzaworski.com/2016/08/typescript-redux-and-react
32
[article-3]: https://rjzaworski.com/2016/09/typescript-redux-async-actions
33
[article-4]: https://rjzaworski.com/2016/12/testing-typescript-with-jest
34
+[article-5]: https://rjzaworski.com/2017/01/typescript-redux-thunk
0 commit comments