128 Commits

Author SHA1 Message Date
William Monk
93eb130488 Update README For 2.14.0 2018-03-14 18:29:39 +00:00
Christian Linne
7149b3796c Add migration instruction for 2.13.0 2018-01-31 08:22:25 +01:00
Stephan
679d4708b5 fix typo in changelog 2018-01-22 20:28:19 +01:00
William Monk
875552b401 Update README For 2.13.0 2018-01-22 17:26:44 +00:00
William Monk
fe2f3a761c Update README For 2.12.0 2018-01-14 18:59:23 +00:00
William Monk
de8f8eac8c Update changelog for 2.11.0 2018-01-14 17:41:34 +00:00
William Monk
22e52e14a7 Update changelog for 2.10.0 2018-01-13 11:50:24 +00:00
Christian Linne
586a50fb20 Merge pull request #201 from StefanSchoof/patch-1
Add link to typescript User Guide
2018-01-11 08:36:55 +00:00
William Monk
2c25d89442 --no-edit 2017-10-24 15:01:49 +01:00
William Monk
3cf5427ee8 Update README For 2.7.0 2017-09-15 14:41:18 +01:00
Jeppe Reinhold
de25bd7e6c fixed typo in migration 2017-08-27 11:40:54 +02:00
Jeppe Reinhold
14d0ec4795 added migration steps to v2.5.0 2017-08-26 08:02:00 +02:00
William Monk
34d07264ec Update README.md for v2.6.0 2017-08-07 17:43:47 +02:00
Stanislas Ormières
8a59fe6927 Update webpack links to point to webpack 2 (#2492)
* Update README.md to make links to webpack point to webpack.js.org instead
  insteade of webpack 1 webpack.githup.io
2017-08-07 16:02:05 +02:00
William Monk
827555c86e Update README For 2.5.0 2017-07-27 13:48:32 +01:00
Adam Bowles
d6221b6e40 Fix typo
Fixes #116
2017-07-25 11:13:08 +01:00
William Monk
12989de447 v2.4.0 2017-07-12 09:40:14 +01:00
Dmitry Guzeev
fdedb78035 Fix typo 2017-07-03 10:43:27 +03:00
William Monk
5bbeb4392a Update README.md for v2.3.2 2017-06-27 21:29:39 +01:00
William Monk
f9fb6ffdfc Update README For 2.3.1 2017-06-23 16:38:22 +01:00
William Monk
da8d76af2d Update README For 2.3.0 2017-06-23 16:34:19 +01:00
William Monk
b5caf821fd Update README.md for v2.1.0 2017-05-25 08:34:26 +01:00
William Monk
d3abdf8041 Update README.md 2017-05-23 14:13:32 +01:00
William Monk
c28c6ac81b Update Readme 2017-05-22 15:18:37 +01:00
William Monk
d688c60805 Update Readme 2017-05-22 13:45:41 +01:00
Dan Abramov
34b4ad86ea Update README.md 2017-05-19 23:17:53 +01:00
Dan Abramov
2143a30454 Describe build in less fluffy terms 2017-05-19 23:17:03 +01:00
Dan Abramov
9d98ca911e Hide React Storybook from the User Guide while it's incompatible (#2252)
* Hide React Storybook from the User Guide while it's incompatible

* Update README.md
2017-05-19 17:13:39 +01:00
Tharaka Wijebandara
54ea47815a Add documentation about using code splitting (#1801)
* Add documentation about using code splitting

* Revise docs a bit

* Update README.md

* Update README.md

* Update README.md
2017-05-19 05:05:18 +01:00
Joe Haddad
741c4f0a96 Enable 1.0 docs (#2220)
* Uncomment merged PRs

* Switch to br

* Update some webpack links

* Add a little about section for PWA

* oops

* fast on subsequent visits

* Add manual proxy config instructions

* hint package.json

* Change to js for comments

* Tune wording
2017-05-19 04:58:37 +01:00
Jeffrey Posnick
c7c3a521e2 PWA-ification, via SWPrecacheWebpackPlugin + manifest.json (#1728)
* sw-precache-webpack-plugin, SW registration, manifest.json

* Documentation + a few SW tweaks.

* Added an unregister method, too, just in case.

* More info for the READMEs.

* Add minify to SWPrecacheWebpackPlugin config

* Fix SWPrecacheWebpackPlugin typo

* Fix file references in READMEmd

* Add instructions for testing service-worker locally

* Review feedback

* Some additional PWA metadata

* Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support

* Review feedback.

* Add manifest.json context in a comment.

* Fix typo

* Downgrade to sw-precache-webpack-plugin 0.9.1

* Hide changes in README until 1.0

* Hide changes in User Guide until 1.0

* Hide more docs
2017-05-17 19:28:27 +01:00
Ian Schmitz
f35593c12d Bump minimal Node version to 6 (#1897)
* Bump minimal Node version to 4.7.0

* Bump minimal Node version to 4.7.0

Modified additional files that needed a bump to 4.7.0 minimum node version

* Bump minimal Node version to 4.7.0

Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+

* Bump minimal node version to 6

* Bump minimal node version to 6

* Bump minimal node version to 6
2017-05-09 11:11:31 +01:00
Tim Welch
bed9a39c97 Update README.md (#2040) 2017-04-27 23:45:30 -04:00
Mark Dalgleish
53943a85ee Add sku to the list of alternatives (#1962) 2017-04-10 12:02:51 +01:00
Dan Abramov
b3dc81df7d Link to CRNA 2017-03-14 18:55:22 +00:00
Dan Abramov
b55a7d80f2 Tweak the wording 2017-03-13 16:19:37 +00:00
moniuch
0a663477d4 Feature/readme-nomoretools (#1799)
* docs: replace TDLR with a meaningful heading

* docs: insert section No additional build tools

* Tweak wording
2017-03-11 22:04:03 +00:00
Joe Haddad
4bc9e79f2a Update configuration philosophy (#1768)
* Update configuration philosophy

* Remove explanation
2017-03-08 21:42:25 +00:00
alberto
a002317b9c Clarify philosophy about configuration (#1679) 2017-03-08 18:37:50 +00:00
Dan Abramov
7dd124c8dd Update broken link 2017-03-07 14:00:40 +00:00
Charlie Gleason
c8d9c47897 Added a how-to on react-snapshot (#1577)
* 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
2017-02-24 19:44:47 +00:00
Dan Abramov
e14e0036dd Link to "Debugging in the Editor" 2017-02-24 17:00:43 +00:00
Alexander James Phillips
2a8535b5d5 Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR (#1608)
* Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR

* Use br in react-scripts template README md

* Use br in md for new line breaks

* Update troubleshooting HMR to allow for VMs running Windows

* Fix up the instructions
2017-02-22 18:37:18 +00:00
Eli Perelman
bee4ecec86 Switch from Neo to Neutrino (#1576)
* Switch from Neo to Neutrino

* Edited format to be consistent
2017-02-17 17:25:08 +00:00
Dan Abramov
e9493a2552 MacOS => macOS 2017-02-16 13:32:52 +00:00
Dan Abramov
c8cbbd06ca Reorder 2017-02-16 00:05:26 +00:00
Dan Abramov
5e65f0d139 Mention Windows support explicitly 2017-02-15 23:54:14 +00:00
Dan Abramov
96ebb7588c Add a link to supported features 2017-02-12 01:58:38 +00:00
Phawin Khongkhasawan
9ffa9e462d Correctly Command in README.md (#1275)
* change npm to yarn command

* Keep npm primary option
2017-02-12 01:41:09 +00:00
Dan Abramov
071d996390 Clarify Less/Sass support 2017-02-12 00:55:48 +00:00