Resources
Guides
- 👩🏻🌾 Flow Notes
- 👩🏻🌾 Annotating Connected Components with Flow
- 👩🏻🌾 Quick Note Fixing
connect
FlowType Annotation after 0.89 - 👩🏻🌾 Notes on 0.100
- 👩🏻🌾 Notes on 0.99
- 👩🏻🌾 Notes on 0.98
- Connect Examples from Flow Typed tests
- Ville's and Jordan Brown's guide: Adding Type Parameters to Connect
- Jordan Brown's guide
- React Redux guide by Flow Typed contributor
- How facebook migrated past 0.84.0
GitHub
- TypeScript vs Flow
- flow-typed/#2946: Discussion after 0.85
- Connect tests on Flow Typed
- Connect with HOC tests on Flow Typed
- Connect Inference tests on Flow Typed
- Add support for Flow 0.89+: #3012, #3035
React.AbstractComponent
is available from v0.89. This is Flow’s most abstract representation of a React component, and is most useful for writing HOCs and library definitions.- What's
_
?