Commit Graph

145 Commits

Author SHA1 Message Date
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
Dan Abramov
e8ae98d4bf Link to new Sass doc 2017-02-12 00:40:24 +00:00
Joe Haddad
7a02f9a41a readme: Add Advanced Configuration (#1515)
* 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
2017-02-10 16:20:53 -05:00
Alex Driaguine
3bb31ccb0f Added links to tutorials for integrating cra with an api backend (#1437)
* Added Rails link to User Guide

* docs: unify sections for rails and node backend integration

* docs: fix faulty link and indentation
2017-01-24 11:12:01 +00:00
soo
adce379187 replace two space syntax with <br> tag (#1393)
for consistency :)
2017-01-23 20:47:40 +01:00
Daniel Schep
7cd03f9f1a Document Flow support (#1384)
* 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
2017-01-12 10:30:35 -08:00
Dan Abramov
587b2f8b59 Add "Changing the Page Title" to User Guide (#1256)
* Add "Changing the Page Title" to User Guide

* Add link to main README
2016-12-12 05:43:59 -08:00
Dan Abramov
3a67987857 Add "Syntax Highlighting" link to main README 2016-12-12 01:49:52 +00:00
Dan Abramov
5a273b2a93 Add link to PWA instructions to main README 2016-11-28 17:37:01 +00:00
Dan Abramov
ab57f77200 Add troubleshooting to main ToC 2016-11-23 13:17:48 +00:00
Adam Stankiewicz
6fca0fe621 No Configuration -> Convention over Configuration (#1031) 2016-11-20 19:42:04 +00:00
Dan Abramov
1ca4542c8e Add new guide topics to README 2016-11-20 19:34:36 +00:00
Kyle Mathews
b855cc368c Add Gatsby to alternatives (#995) 2016-10-31 21:33:03 +00:00
Dan Abramov
75d158528c Add next.js to Alternatives 2016-10-25 23:07:28 +01:00
Dan Abramov
cc97ed5636 Add an extra section about updating to README 2016-09-25 14:43:52 +01:00
Dan Abramov
c092086b1b Fix README links 2016-09-23 22:01:45 +01:00
Quentin Favrie
1bed0d4f1f Fixed broken links in README.md (#683)
The commit 2646409 moved the documentation files without updating the links in the main README.md
2016-09-19 15:38:44 +03:00
Dan Abramov
ef24fcf619 Highlight more prominent alternatives and remove some
Removed rwb and rackt-cli because they’re not actively maintained and use Babel 5.
Also removed budō because it has a different focus.
2016-09-19 14:30:55 +03:00
Dan Abramov
58c5483633 Emphasize we recommend Node 6 and npm 3 2016-09-18 12:45:23 +03:00
yangtze
310ab8ac98 Update file structure in README (#664) 2016-09-17 22:10:00 +03:00
Dan Abramov
b98c55682a Add kyt as an alternative 2016-09-15 18:36:01 +03:00
Maxime Thirouin
052336db6a Readme: add Travis-CI badge so people can easily see there is tests (#646)
* Readme: add Travis-CI badge so people can easily see there is tests

Following https://twitter.com/MoOx/status/776008513252392960

* Readme: add Travis-CI badge so people can easily see there is tests, round 2
2016-09-14 19:30:52 +03:00
Dan Abramov
e45053cf13 Readme: Relative links are broken in lists (GitHub bug?) 2016-09-12 16:23:36 +03:00
Dan Abramov
f08c01657e Make User Guide stand out more 2016-09-12 16:14:27 +03:00
Dan Abramov
58195ec286 Document testing (#538)
* Document testing

* Update README.md

* Update README.md

* Clarify our recommendations on testing

* Okay, that was too much. :-)

* Add a few more things
2016-09-02 00:37:37 +01:00
Ville Immonen
364392b9d9 Add a more prominent link to the guide (#524)
* 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
2016-08-31 14:58:46 +01:00
Geoffroy Warin
d803e520c3 Add tarec to the alternatives (#516)
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 😄

Typescript and SSR are on the roadmap!

Thanks for create-react-app, it's an awesome project and a great source of inspiration ❤️
2016-08-30 00:32:43 +01:00
Eli Perelman
11ec5d63c7 Add neo to list of alternatives (#341) 2016-08-03 13:20:58 +02:00
Jorge Antunes
31e6cf1717 Add dev-toolkit Alternative (#300)
Adds the [`dev-toolkit` npm package](https://github.com/stoikerty/dev-toolkit) to the list of Alternatives.

After some suggestions in my last PR https://github.com/facebookincubator/create-react-app/pull/292, I've changed my project to provide better command-line utilities for initializing an app. Managed to get rid of babel's dev-dependencies as well, so this is now a dependency-free project just like `create-react-app`.
2016-07-30 22:16:51 +01:00
Jose Vazquez
98ffaec662 generated project now includes .gitignore (#280) 2016-07-29 18:14:56 +01:00
Konstantin Tarkus
19580a8b3c Add react-app to Alternatives section in README.md (#208) 2016-07-29 14:41:08 +01:00
Stanislav Sysoev
d564a9c48d Add one more alternative (#251)
Add aik as possible alternative for create-react-app
2016-07-28 11:44:52 +01:00
Amjad Masad
3e9fb8572c "transient" -> "transitive" (#187) 2016-07-25 18:15:55 -07:00
Max Stoiber
d3359507cf Contributing instructions step two (#160)
* Move setup instructions to CONTRIBUTING.md

* Reword setup instructions slightly
2016-07-24 21:26:45 +01:00