react-flow-example
react-flow-example copied to clipboard
React Flow Type Checking Example
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.
React Flow Example
- Found in The Road to learn React
Features
- uses:
- React (create-react-app)
- Flow
Installation
git clone [email protected]:the-road-to-learn-react/react-flow-example.gitcd react-flow-examplenpm installnpm start- visit http://localhost:3000/
npm run flowto type check all // @flow files or install a flow plugin for your editor / IDE