Commit Graph

114 Commits

Author SHA1 Message Date
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
Krish Munot
f82ecad718 updating to ellipses (#144) 2016-07-23 23:45:39 -05:00
Dan Abramov
ab90e7fb43 Add explicit <br>s 2016-07-22 19:11:09 +01:00
Satyajit Sahoo
8eb6e05522 Add quik to alternatives (#77)
Quik is a tool to prototype and build apps with React and Babel with zero-setup. It also supports HMR, CSS modules, Sass etc.

https://github.com/satya164/quik
2016-07-22 19:10:34 +01:00
Gustaf Dalemar
aac31836ae Add roc to the list of alternatives (#83) 2016-07-22 19:09:22 +01:00
Paulo Ragonha
cb7b9583b9 Add Sagui to the list of alternatives (#81) 2016-07-22 18:23:14 +01:00
Dan Abramov
3740473478 Update README.md 2016-07-22 14:05:00 +01:00
Dan Abramov
589384cad3 Update README.md 2016-07-22 14:03:55 +01:00
Dan Abramov
f17d037e15 Update README.md 2016-07-22 13:43:50 +01:00
Dan Abramov
ca56aed3cc Update README.md 2016-07-22 13:42:45 +01:00
Dan Abramov
beeca357e5 Add some pictures 2016-07-22 13:36:36 +01:00
Dan Abramov
8c711e22f2 Add a link to howto 2016-07-22 13:11:13 +01:00
Dan Abramov
ee91202ca7 Move favicon outside src 2016-07-22 11:06:23 +01:00
Dan Abramov
3f340f36b1 Tweaks 2016-07-22 11:01:16 +01:00
Ben Alpert
319896a9d7 Reshuffle README (#71) 2016-07-22 10:52:28 +01:00
Tyler McGinnis
417f3a776d Typos and clean up 💪🏻 (#64) 2016-07-22 01:30:52 +01:00
Dan Abramov
8cdcfe3554 Update README.md 2016-07-21 20:24:45 +01:00
Dan Abramov
300cdc7d0a Add clear Limitations section 2016-07-21 17:29:35 +01:00
Dan Abramov
7438cc1959 Add Alternatives 2016-07-21 17:22:28 +01:00
Dan Abramov
f899989f57 Update README.md 2016-07-21 17:14:46 +01:00
Dan Abramov
693124cac3 Style tweaks 2016-07-21 17:13:50 +01:00
Dan Abramov
4ae57e0a16 Update README.md 2016-07-21 11:31:19 +01:00
Dan Abramov
0151ca0fb7 Update README.md 2016-07-21 11:30:45 +01:00
Dan Abramov
ceca44cca7 Tweak README 2016-07-20 13:19:47 +01:00
Dan Abramov
3d77f5be20 Use a custom ESLint rule list (#27)
* Use a custom eslint rule list

* Sort rules

* Relax some rules
2016-07-20 00:12:49 +01:00
Kevin Lacker
c760693563 or other 2016-07-19 14:47:01 -07:00
Kevin Lacker
43bc64fac2 update misc docs + copy 2016-07-19 14:08:41 -07:00
Dan Abramov
7a15b7eee2 Add explicit <br>s 2016-07-18 15:17:59 -07:00
Christopher Chedeau
96e833f2dc n -> nvm and node 6 2016-07-18 15:17:59 -07:00
Dan Abramov
bcbf63f711 Update README.md 2016-07-18 15:17:59 -07:00
Dan Abramov
5dfa3d23a9 Wordsmith 2016-07-18 15:17:58 -07:00
Dan Abramov
6c7ba0d196 Wordsmith 2016-07-18 15:17:58 -07:00