1. 14 Mar, 2017 1 commit
  2. 13 Mar, 2017 1 commit
  3. 11 Mar, 2017 1 commit
  4. 08 Mar, 2017 2 commits
  5. 07 Mar, 2017 1 commit
  6. 24 Feb, 2017 2 commits
    • Charlie Gleason's avatar
      Added a how-to on react-snapshot (#1577) · c8d9c478
      Charlie Gleason authored
      * Added a how-to on react-snapshot
      
      Added a section with a short description and link to a tutorial on generating static html pages with react-snapshot, and also linked to it from the section on managing the page title.
      
      * Updated link title for react-snapshot overview
      
      * Explained pre-rendering in a more generic way
      
      * Added link to top level README.md, and removed specifics from overview
      
      * Updated html -> HTML
      
      * Updated quotes and apostrophes
      
      * html -> HTML
      
      * Fix link
      c8d9c478
    • Dan Abramov's avatar
      Link to "Debugging in the Editor" · e14e0036
      Dan Abramov authored
      e14e0036
  7. 22 Feb, 2017 1 commit
  8. 17 Feb, 2017 1 commit
  9. 16 Feb, 2017 2 commits
  10. 15 Feb, 2017 1 commit
  11. 12 Feb, 2017 4 commits
  12. 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
  13. 24 Jan, 2017 1 commit
  14. 23 Jan, 2017 1 commit
  15. 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
  16. 12 Dec, 2016 2 commits
  17. 28 Nov, 2016 1 commit
  18. 23 Nov, 2016 1 commit
  19. 20 Nov, 2016 2 commits
  20. 31 Oct, 2016 1 commit
  21. 25 Oct, 2016 1 commit
  22. 25 Sep, 2016 1 commit
  23. 23 Sep, 2016 1 commit
  24. 19 Sep, 2016 2 commits
  25. 18 Sep, 2016 1 commit
  26. 17 Sep, 2016 1 commit
  27. 15 Sep, 2016 1 commit
  28. 14 Sep, 2016 1 commit
  29. 12 Sep, 2016 2 commits
  30. 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