Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 23, 2017
2 parents d3c5509 + 95901d5 commit 86db26a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion redux-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@

- **The Complete Redux Book**
https://leanpub.com/redux-book
How do I manage a large state in production? Why do I need store enhancers? What is the best way to handle form validations? Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications. (NOTE: Work in progress as of May 2016, but looks very promising.)
How do I manage a large state in production? Why do I need store enhancers? What is the best way to handle form validations? Get the answers to all these questions and many more using simple terms and sample code. Learn everything you need to use Redux to build complex and production-ready web applications.

- **Developing a Redux Edge**
https://bleedingedgepress.com/developing-a-redux-edge/
Expand Down
6 changes: 5 additions & 1 deletion static-typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
https://www.triplet.fi/blog/type-safe-flux-standard-actions-fsa-in-react-using-typescript-fsa/
Describes the "Flux Standard Action" concept, and how the TypeScript FSA library can be used to help generate FSAs in a type-safe way.

- **React & Redux in TypeScript - Static Typing Guide**
https://github.com/piotrwitek/react-redux-typescript-guide
A comprehensive guide to static typing "React & Redux" apps using TypeScript


#### Advancing Typing Techniques

Expand Down Expand Up @@ -210,4 +214,4 @@
- **Why I was looking forward to Flow, and then I wasn't**
https://medium.com/@ckoster22/why-i-was-looking-forward-to-flow-and-then-i-wasnt-7c0a86f2d603
Some useful thoughts on the tradeoffs involved in using Flow


0 comments on commit 86db26a

Please sign in to comment.