1. 16 Feb, 2017 2 commits
  2. 15 Feb, 2017 1 commit
  3. 12 Feb, 2017 4 commits
  4. 10 Feb, 2017 1 commit
    • Joe Haddad's avatar
      readme: Add Advanced Configuration (#1515) · 7a02f9a4
      Joe Haddad authored
      * Add Advanced Configuration section
      
      * Reference package.json instead
      
      * Add HOST, HTTPS, and CI
      
      * Switch wording from Amazon to a CDN
      
      * Add test runner comment
      
      * Add top-level README link
      
      * Simplify wording
      
      * Link to relevant docs
      
      * Link to apps
      
      * Add .env link
      
      * Simpler links
      
      * Add a CI flag note
      7a02f9a4
  5. 24 Jan, 2017 1 commit
  6. 23 Jan, 2017 1 commit
  7. 12 Jan, 2017 1 commit
    • 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
  8. 12 Dec, 2016 2 commits
  9. 28 Nov, 2016 1 commit
  10. 23 Nov, 2016 1 commit
  11. 20 Nov, 2016 2 commits
  12. 31 Oct, 2016 1 commit
  13. 25 Oct, 2016 1 commit
  14. 25 Sep, 2016 1 commit
  15. 23 Sep, 2016 1 commit
  16. 19 Sep, 2016 2 commits
  17. 18 Sep, 2016 1 commit
  18. 17 Sep, 2016 1 commit
  19. 15 Sep, 2016 1 commit
  20. 14 Sep, 2016 1 commit
  21. 12 Sep, 2016 2 commits
  22. 01 Sep, 2016 1 commit
    • Dan Abramov's avatar
      Document testing (#538) · 58195ec2
      Dan Abramov authored
      * Document testing
      
      * Update README.md
      
      * Update README.md
      
      * Clarify our recommendations on testing
      
      * Okay, that was too much. :-)
      
      * Add a few more things
      58195ec2
  23. 31 Aug, 2016 1 commit
    • Ville Immonen's avatar
      Add a more prominent link to the guide (#524) · 364392b9
      Ville Immonen authored
      * Add a more prominent link to the guide
      
      As a contributor, I know where to find the documentation/guide since
      know the codebase, but I've seen people miss the link to it in the
      README, because it's not very prominent. Let's try to make it more
      discoverable by including a link to it right on top of the page.
      
      * Make the wording of links more obvious
      
      * Rename the "How Do I...?" section to "User Guide" for consistency
      364392b9
  24. 29 Aug, 2016 1 commit
    • Geoffroy Warin's avatar
      Add tarec to the alternatives (#516) · d803e520
      Geoffroy Warin authored
      Shameless plug of course.
      
      If you want hot reloading and the best DX experience (friendly errors, desktop notifications, decorators, very fast reload times with dlls...) you should really check out [The Awsesom REact Cli](https://github.com/geowarin/tarec) (tarec).
      
      I have used it in numerous projects that now run in production and I continue to make it better day after day with a lot of love :smile:
      
      Typescript and SSR are on the roadmap!
      
      Thanks for create-react-app, it's an awesome project and a great source of inspiration :heart:
      d803e520
  25. 03 Aug, 2016 1 commit
  26. 30 Jul, 2016 1 commit
  27. 29 Jul, 2016 2 commits
  28. 28 Jul, 2016 1 commit
  29. 26 Jul, 2016 1 commit
  30. 24 Jul, 2016 2 commits