1. 12 Jan, 2017 2 commits
    • Daniel Schep's avatar
      Document Flow support (#1384) · 7cd03f9f
      Daniel Schep authored
      * 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]`.
      
      * Make it a bit clearer
      7cd03f9f
    • Robbie H's avatar
  2. 11 Jan, 2017 2 commits
  3. 09 Jan, 2017 5 commits
  4. 08 Jan, 2017 1 commit
  5. 30 Dec, 2016 3 commits
  6. 23 Dec, 2016 1 commit
  7. 21 Dec, 2016 1 commit
  8. 18 Dec, 2016 2 commits
  9. 14 Dec, 2016 1 commit
  10. 13 Dec, 2016 2 commits
  11. 12 Dec, 2016 4 commits
  12. 11 Dec, 2016 14 commits
  13. 10 Dec, 2016 2 commits