Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Flow support #1384

Merged
merged 2 commits into from
Jan 12, 2017
Merged

Document Flow support #1384

merged 2 commits into from
Jan 12, 2017

Commits on Jan 12, 2017

  1. Document Flow support

    Projects created by Create React App use the `babel-preset-react` which includes
    Flow babel plugins which introduces new syntax. This is important for users to know
    as it causes what used to be syntax errors to be silently suppressed because they're
    valid type annotations in Flow. For example if a user accidentally has `[foo: 'bar']`,
    Babel will silently convert it to `[foo]`.
    dschep committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    aeb3748 View commit details
    Browse the repository at this point in the history
  2. Make it a bit clearer

    gaearon committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    1bf71dd View commit details
    Browse the repository at this point in the history