Dan Abramov
4f0cdcffa9
Fix the router doc
2018-01-08 14:36:28 +00:00
Dan Abramov
553712636d
Link to React docs
2018-01-08 14:33:03 +00:00
Dan Abramov
1c9301ad2f
Add a section on supported browsers
2018-01-08 14:29:14 +00:00
Dan Abramov
ece9523056
Link to an explanation for forking react-scripts ( #3710 )
2018-01-08 14:16:45 +00:00
Dan Abramov
bb718307ba
Document adding a router ( #3709 )
2018-01-08 14:02:26 +00:00
Quentin Bahers
12120f6f55
Fix typo in the User Guide ( #3670 )
...
Replace `provide a lot value` with `provide a lot of value`.
2018-01-02 11:53:45 -05:00
Elie
5d7845a733
Update README.md ( #3645 )
2018-01-02 11:15:32 -05:00
Christian Danielsen
76e3165412
Use friendlier syntax for setting env var on Windows ( #3533 )
...
* use safer/more aesthetic syntax
* fix typo
2018-01-02 11:01:42 -05:00
Amadeo Gallardo
ed5c48c81b
Updated Debugging Tests for VSCode ( #3605 )
...
The launch configuration code provided is not compatible with VSCode since version 1.19.
The proposed documentation change is based on the response by a VSCode team member.
References:
https://github.com/facebookincubator/create-react-app/issues/3602#issuecomment-352075571
https://github.com/Microsoft/vscode/issues/40293#issuecomment-352017028
2017-12-18 15:36:32 -05:00
Aaron Lamb
770fdf4ba1
Update User Guide with deploying to GitHub User pages ( #3510 )
2017-11-27 16:28:42 -05:00
Gavin Gilmour
032e62196e
Update Prettier editor integration link ( #3503 )
2017-11-25 13:52:32 +00:00
JANG SUN HYUK
657d145f34
Fix misspelling ( #3468 )
2017-11-19 16:16:41 +00:00
Matt Morgis
b555192b43
Explain how to debug tests ( #2992 )
...
* docs: adding section about debugging tests
* docs: removing node-inspector references
* docs: replacing terminal command with npm script
* Update README.md
2017-11-14 08:05:34 -05:00
Loren Sands-Ramshaw
90c83f7927
Fix grammar in README ( #3394 )
...
"subway" by itself is not a proper noun
2017-11-03 18:11:12 +00:00
Kenneth Auchenberg
2cb48716ec
Add link to VS Code troubleshooting guide ( #3399 )
...
* Add link to VS Code troubleshooting guide
* Update README.md
2017-11-03 18:09:29 +00:00
Kenneth Auchenberg
35fa70e924
Update VS Code debug configuration ( #3400 )
2017-11-03 18:08:24 +00:00
Ryan Swapp
74c523c461
Update README.md ( #3392 )
...
Fixed a small grammatical issue that I noticed while browsing the README today
2017-11-02 13:54:40 -04:00
Rami
e05a5fe49b
Mention that start_url needs to be "." for client side routing
...
* Change template manifest start_url to dot to make it react-router friendly
* Revert "Change template manifest start_url to dot to make it react-router friendly"
This reverts commit 02f53e81caea999ddba45f2cd012a9fb976c839e.
* Add a note about PWA manifest and client-side routing
2017-10-28 22:13:02 +01:00
Hrvoje Šimić
fc885a03d9
start using npm-run-all to build scss and js ( #2957 )
...
instead of using `&&` to run multiple commands in `package.json`, guide users to use `npm-run-all`
2017-10-28 22:11:19 +01:00
captDaylight
5a336ad117
Updating the Service Worker opt-out documentation ( #3108 )
2017-10-28 22:03:57 +01:00
Ryan Sullivan
4add16dc77
Add documentation for Enzyme 3 integration ( #3286 )
...
This resolves #3272 .
2017-10-28 21:44:27 +01:00
Aaron Shafovaloff
c51258b8a8
recommend react-snap; react-snapshot isn't upgraded for React 16 ( #3328 )
2017-10-28 21:18:01 +01:00
Dan Abramov
aa322d0893
Clarify the npm precompilation advice
...
It's confusing: https://mobile.twitter.com/brianleroux/status/923581596720013312
h/t @brianleroux
2017-10-26 18:34:58 +01:00
Matt Phillips
72a02c7feb
Add jest coverage configuration docs ( #3279 )
2017-10-21 17:33:04 -04:00
Josh Branchaud
a0c515c8ad
Update link to Jest Expect docs ( #3303 )
...
The existing link lands on a 'this page has moved' placeholder that
doesn't redirect to the correct location. This PR replaces it with the
currently working URL.
2017-10-19 13:59:10 -04:00
Joe Haddad
1a3017b717
Update README.md
2017-10-17 14:37:28 -04:00
Alex
2d0ef6a436
Fix dead link to Jest "expect" docs ( #3289 )
...
Closes #3291
2017-10-17 11:19:44 -04:00
André Ericson
86b4b6ab85
Add external links to deployment services ( #3265 )
2017-10-11 10:27:40 -04:00
David Beitey
8c8bbca7ca
Minor change to highlight dev proxy behaviour ( #3075 )
2017-09-28 23:02:22 -04:00
Robert Panzer
a34701b718
Correct manual proxy documentation ( #3185 )
...
Correct manual proxy documentation
2017-09-28 22:59:51 -04:00
Rick Beerendonk
700c8cd4d4
Part of class fields to stage 3 ( #2908 )
...
* Class fields to stage 3
Per 2017.07.27 TC39
0bbbb08c3c
* Be explicit that only the public part of the unified field proposal is available.
2017-09-20 09:01:06 -04:00
Ekaterina Prigara
5ea6de91c2
Docs: debugging in WebStorm ( #2986 )
...
* Debugging in WebStorm
* Fixed formatting for shortcuts
* Added note about default URL
2017-08-21 11:40:52 -04:00
Pier-Luc Gendreau
6efab2e12d
Remove Modulus from user guide ( #2948 )
...
The service was rebranded to xervo.io and was completely shut down in April 2017
2017-08-14 11:51:38 +02:00
Thomas Bassetto
10c1f577da
Update README.md ( #2927 )
...
Fixing a small typo.
2017-08-09 08:57:37 -04:00
Joe Haddad
4cdd5ac427
Update README.md
2017-08-08 21:55:13 -04:00
Ade Viankakrisna Fadlil
b643f5710a
Format UglifyJs error ( #2650 )
...
* format UglifyJs error
* move formatBuildError to react-dev-utils
* fix readme
* use regex for plucking the path from stack
* make path human readable and fallback to show error if regex not matched
* rename to printBuildError and add link to the docs
* fix link indentation
* improve readibility + shorten link
2017-08-01 21:57:50 -04:00
Joe Haddad
57f2cd70f7
Update README.md
2017-08-01 21:49:01 -04:00
Joe Haddad
6443441bd5
Update README.md
2017-08-01 21:47:01 -04:00
Dan Abramov
d679843d05
Add explicit "Opting Out of Caching" header ( #2822 )
2017-07-19 18:19:18 +01:00
zeel
3ffad55e68
Moved npm run build before npm test ( #2725 )
...
Closes #2713
2017-07-13 11:28:12 -04:00
Ade Viankakrisna Fadlil
a7e71442c6
Docs for react-router v4 basename feature ( #2668 )
...
* Docs for react-router v4 basename feature
Fix https://github.com/facebookincubator/create-react-app/issues/2593
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2017-07-12 15:49:43 -04:00
Danny Ho
85a9bc8590
Remove Windows note for source-map-explorer ( #2719 )
...
Glob support has been added in source-map-explorer@1.4+
2017-07-03 21:03:00 +01:00
Daniel Banck
7b5a589f3d
Fix minor typo ( #2679 )
...
"Styleguidist combines of a style guide, ..." --> "Styleguidist combines a style guide, ..."
2017-06-29 11:33:20 +01:00
Ade Viankakrisna Fadlil
a0bc9493b4
Add more info about apache client side routing ( #2666 )
...
* Add more info about apache client side routing
After a revelation in https://github.com/facebookincubator/create-react-app/issues/2593#issuecomment-311729534
* Update README.md
2017-06-29 00:14:16 -04:00
Jaco Bovenschen
d0aa6b2392
Add json and css to lint-staged in template README ( #2671 )
...
* Add json and css to lint-staged in template README
This changes the proposed way about using prettier inside the README.md, because prettier supports css since the 1.4.0 release and json since the 1.5.0 release.
Was not sure if it was a good idea to add different regexes for json and css inside the README.md don't have a real opinion about it myself, could maybe easier for starters to do so if they wan't to add things like eslint or stylelint the the commit hooks.
* Use capitalization for Javascript, CSS and JSON
* Change 'Javascript to JavaScript'
2017-06-28 20:35:20 +01:00
Dan Abramov
0cebe046e1
Minor code style edits to user guide ( #2660 )
...
* Minor code style edits to user guide
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2017-06-28 15:05:12 +01:00
Dan Abramov
c578d148b7
Don't ask to install webpack for using Styleguidist ( #2656 )
...
* Don't ask to install webpack for using Styleguidist
* Update README.md
2017-06-28 14:27:52 +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
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