https://github.com/lightsofapollo/flow-typed-redux
Flow + React + Redux
https://github.com/lightsofapollo/flow-typed-redux
Last synced: 8 months ago
JSON representation
Flow + React + Redux
- Host: GitHub
- URL: https://github.com/lightsofapollo/flow-typed-redux
- Owner: lightsofapollo
- Created: 2017-04-14T18:50:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T18:54:37.000Z (about 9 years ago)
- Last Synced: 2024-12-27T15:12:47.832Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flow + Redux + React
An example project using flow + redux + react... This follows closely the redux
guidelines.
This project uses `flow-typed` to provide primitives for react-redux. See
[TextPublisher](./containers/TextPublisher.js) for a detailed example which ensures types flow
through redux to the underlying presentational component.
## Coverage
It's really important to note that you can have 100% flow coverage but still
improperly pass values through connect -> component. You must explicitly type
check the components properties.