Commit Graph

136 Commits

Author SHA1 Message Date
Dan Abramov
77148107d9 Add npx note to quick overview 2018-01-14 11:52:10 +00:00
Eli Perelman
91d968f916 Update README.md to note Neutrino's support of react components (#3729) 2018-01-09 23:48:44 +00:00
Mario Nebl
344ddfa30e Add SVG asciicast (#3677)
* Add svg screencast

* Use svg screencast
2018-01-09 15:21:52 +00:00
Dan Abramov
ea1b81b835 Add data fetching doc to TOC 2018-01-09 14:22:35 +00:00
Dan Abramov
21d0723d3c Be clearer 2018-01-08 23:42:09 +00:00
Dan Abramov
9d13edc1ee Add missing TOC entry 2018-01-08 23:31:47 +00:00
Dan Abramov
077dc228ee Update README.md 2018-01-08 20:59:38 +00:00
Clayton Ray
58e31f9b97 Update readme.md (#3712)
Add TypeScript to **Popular Alternatives**
2018-01-08 19:53:56 +00:00
Dan Abramov
b2f48ceae3 Update README.md 2018-01-08 18:42:45 +00:00
Dan Abramov
4bbff3b96b Update README.md 2018-01-08 18:00:47 +00:00
Dan Abramov
5e2290b2b9 Update README.md 2018-01-08 17:57:55 +00:00
Dan Abramov
965eddc5ff Update README.md 2018-01-08 17:55:58 +00:00
Dan Abramov
7f081adc46 Rewrite README 2018-01-08 17:50:50 +00:00
Dan Abramov
43e794ddbb Add a link to an overview 2018-01-08 17:07:08 +00:00
Dan Abramov
0ce81854c8 Use npx in README 2018-01-08 17:03:44 +00:00
Dan Abramov
6c594ada57 Link to a new help section 2018-01-08 14:42:49 +00:00
Dan Abramov
f175c90753 Link to section about routing 2018-01-08 14:31:09 +00:00
Dan Abramov
1908dd11fb Link to a new user guide section 2018-01-08 14:29:46 +00:00
David Gilbertson
733ba3ab41 Add link to nvm-windows (#3489) 2017-11-27 08:07:07 -05:00
Toshiharu Nishina
f498547408 Fix package management link in README (#3227) 2017-10-02 23:30:44 -04:00
Mohamed Oun
6e5e2279a6 Improve grammar in README (#3211)
Also, clarify hot reloading a bit.
2017-09-28 21:18:52 -04:00
Neek Sandhu
1491d4614c Add link to active CSS modules discussion (#3163)
* Add link to active CSS modules discussion

* Update README.md
2017-09-21 22:50:39 -04:00
Animesh Dutta
88dfd497f6 Add Electrode to alternatives (#2728) 2017-08-01 21:25:10 -04:00
Ade Viankakrisna Fadlil
10918769c0 Update link for motion (#2788)
They moved it to pundle monorepo 2 months ago
2017-07-14 09:32:41 -04:00
JoeCortopassi
d3518d6254 Added gluestick to the alternatives section (#2402)
Added `gluestick` to the alternatives section
2017-06-29 13:37:26 -04:00
Erik Engi
4605e6c38a Razzle added to the alternatives (#2517) 2017-06-28 00:10:18 +01:00
Colin Galindo
a4197b610e Add instructions to use source-map-explorer (#1641) 2017-06-27 22:40:33 +01:00
Artem Sapegin
12a2e42a94 Add React Styleguidist (#2044) 2017-06-27 21:52:30 +01:00
shaun wallace
4edec9e834 Updated README (#1931)
* adding comment on windows support of nvm

* adding tree structure for intial project output

* applying feedback from this thread create-react-app/pull/1931
2017-06-27 18:21:16 +01:00
Maarten Hus
5474e2dff9 Added instruction on how to install Prettier (#2006)
* Added instruction on how to install Prettier

* Tweak style

* Update README.md

* Update README.md

* Support JSX

* Update README.md

* Update README.md
2017-06-27 17:51:58 +01:00
Stanislas Ormières
9438c5bbc1 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-06-07 15:43:22 +01:00
Jesse Palmer
bef503e752 Add missing files to README (#2334)
* add missing files

* Update README.md
2017-05-23 02:00:30 -04:00
Geoffroy Warin
6c9b574fc3 Remove tarec from README (#2323)
I no longer support this package.

Create-react-app is so great I can no longer call tarec a credible alternative 😄
2017-05-22 12:28:12 +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