Deprecated: I don't keep up with Flow anymore, because I use TypeScript for all my projects. If you want to check out TypeScript with React, check out The Road to React.
- Found in The Road to learn React
- uses:
- React (create-react-app)
- Flow
git clone [email protected]:the-road-to-learn-react/react-flow-example.git
cd react-flow-example
npm install
npm start
- visit http://localhost:3000/
npm run flow
to type check all // @flow files or install a flow plugin for your editor / IDE