1. 13 Mar, 2017 1 commit
  2. 11 Mar, 2017 1 commit
  3. 08 Mar, 2017 2 commits
  4. 07 Mar, 2017 1 commit
  5. 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
  6. 22 Feb, 2017 1 commit
  7. 17 Feb, 2017 1 commit
  8. 16 Feb, 2017 2 commits
  9. 15 Feb, 2017 1 commit
  10. 12 Feb, 2017 4 commits
  11. 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
  12. 24 Jan, 2017 1 commit
  13. 23 Jan, 2017 1 commit
  14. 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
  15. 12 Dec, 2016 2 commits
  16. 28 Nov, 2016 1 commit
  17. 23 Nov, 2016 1 commit
  18. 20 Nov, 2016 2 commits
  19. 31 Oct, 2016 1 commit
  20. 25 Oct, 2016 1 commit
  21. 25 Sep, 2016 1 commit
  22. 23 Sep, 2016 1 commit
  23. 19 Sep, 2016 2 commits
  24. 18 Sep, 2016 1 commit
  25. 17 Sep, 2016 1 commit
  26. 15 Sep, 2016 1 commit
  27. 14 Sep, 2016 1 commit
  28. 12 Sep, 2016 2 commits
  29. 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
  30. 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