react-flow-example icon indicating copy to clipboard operation
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

Build Status Slack Greenkeeper badge

Features

  • uses:
    • React (create-react-app)
    • Flow

Installation

  • 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