Commit Graph

223 Commits

Author SHA1 Message Date
Brody McKee
2da645c534 feat: add additional Jest keys to whitelist (#7832) 2019-10-16 20:07:13 +03:00
Endi
9243305b40 Upgrade to docusaurus 2 (#7785)
* chore: upgrade to docusaurus 2

* address review
2019-10-15 10:37:32 -06:00
Jake Boone
81c48dc300 Fix grammar error in troubleshooting.md (#7824) 2019-10-14 17:30:04 -07:00
Jesse Jackson
4a4ae1ef81 Document correct default behavior for HOST var (#7823) 2019-10-14 17:26:41 -07:00
Tomáš Hübelbauer
ab41c4c5c5 Document how to use the .env file to enforce HTTPS (#7821) 2019-10-13 19:58:14 -06:00
Orta
dc4d62d019 Update adding-typescript.md (#7815) 2019-10-13 19:54:52 -06:00
May
c8ca3070e7 Clarify dynamic import stage in docs (#7813) 2019-10-12 21:14:16 -07:00
Jacob M-G Evans
88cf8cd64e Support production profiling with React Developer Tools (#7737)
* Added the alias for profiling and output change to keep the classNames and functionNames for human readbility

* defined isEnvProductionProfile with other isEnv checks

* moved the keep_classnames and keep_fnames to terserOptions scope

* resolve merge conflict for yarn.lock.cache

* revert yarn.lock.cache to master yarn.lock.cache
- git checkout origin/master -- packages/create-react-app/yarn.lock.cached

* Comment and Boolean Check
- I clarified the comment and specified the use case
- Changed the environment check to check for the specific true rather than
the assumed primitive value as before.

* Replaced env with flag
- Per suggestion --profile flag used instead of env variable PROFILE_APP

* documentation in available scripts section with suggested information

* resolved a local git issue. Fixed documentation error.

* moved documentation to suggested file
- Added a brief summary of profiling in available scripts section.
The summary references the production-build document. Which is the
file I moved the new documentation into under a new Header for production support.

* Update production-build.md


Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
2019-10-02 21:53:41 -06:00
Kyle Bebak
71946b1eba Add TSC_COMPILE_ON_ERROR setting (#6931) 2019-10-01 11:09:09 +03:00
Tomer Cohen
a10223d418 Documentation typo fix (#7757) 2019-09-30 14:38:13 -06:00
neilbryson
e624b75ffe update list of supported jest config overrides (#7601) 2019-09-27 16:34:40 -06:00
Federico Zivolo
0d1775e739 Update adding flow documentation (#7731) 2019-09-25 10:38:22 -06:00
Lewis Llobera
05f7924398 Remove 'shortcut' link type before 'icon' (#7707) 2019-09-20 09:51:27 -06:00
Samuel Meuli
0dc69ec404 Update runtime chunk name separator in docs (#7705) 2019-09-19 12:10:30 -07:00
Ian Sutherland
ff15a0850c Add new logo (#7704) 2019-09-19 11:34:17 -06:00
Andrew
a1afaa6376 Update deployment.md with another AWS example (#7616)
Add blog post that takes a React developer step-by-step through many features of AWS. Blog post is suitable for a beginner to follow and have a production ready workflow.
2019-09-17 13:57:51 -07:00
brlewis
74eb65a462 Remove --single-quote from prettier examples (#7663) 2019-09-11 07:08:29 -07:00
Weyert de Boer
0f9e350327 Update running-tests.md (#7659) 2019-09-09 12:07:41 -06:00
Clément Prévost
aafc7ffc83 Update troubleshooting.md (#7459) 2019-09-08 18:54:33 -07:00
Ian Sutherland
78fb4cf114 Adopt Contributor Covenant (#7650)
* Adopt Contributor Covenant

* Add link to Contributor Covenant to docs site
2019-09-06 09:53:15 -06:00
iHmD
6dec056de3 Remove cleanup-after-each example (#7620)
cleanup is called now by default after each test if the testing framework supports the afterEach global
2019-09-01 20:46:26 -07:00
szabi
fbb3b03ba5 Correct proxy usage docs (#7368) 2019-08-19 12:40:33 -04:00
Federico Zivolo
24780bbc60 docs: update Flow documentation (#7550)
* docs: update Flow documentation

* Update adding-flow.md

* Update adding-flow.md
2019-08-16 12:20:04 -06:00
Sabesh Rajendran
437b83f033 Show logo on mobile docs (#7521)
* Show logo for mobile views in create-react-app.dev

* Update docusaurus/website/static/css/custom.css


Co-authored-by: Sabesh Kumar Rajendran <sabrajendran@paypal.com>
2019-08-14 12:09:49 -06:00
Ian Schmitz
cbaed7f9ff Fix ESLint 6 support (#7513)
* Remove extends restriction to fix ESLint 6 support

* Attempt to resolve CI errors
2019-08-13 11:24:29 -06:00
Ian Sutherland
4a84cd4c70 Update Netlify config (#7527) 2019-08-13 11:03:25 -06:00
Ian Sutherland
cbf2134dcb Update docusaurus config (#7499) 2019-08-12 18:43:59 -06:00
Ian Sutherland
70febc786a Add links to Spectrum in README and docs (#7500) 2019-08-10 17:17:53 -06:00
Ryan Marsh
cb2c720056 Fix launch.json debugging config (#6484) 2019-08-08 16:10:09 -06:00
Leo Lamprecht
cff4046a8b Adjusted deployment documentation for ZEIT Now (#7488)
* Adjusted deployment documentation for ZEIT Now

* Fixed missing word

* Update docusaurus/docs/deployment.md

Co-Authored-By: Joe Haddad <timer150@gmail.com>
2019-08-08 14:25:50 -04:00
Chuck
032cdf75d3 Improve bootstrap docs when using custom SCSS (#7462)
* Added dependencies to bootstrap article when using custom SCSS.

* Make changes to package designation and added npm install directions.
2019-08-01 17:28:50 -06:00
Balázs Orbán
567f36c923 Update testing-library package names in README (#7340) 2019-07-29 09:49:16 -06:00
Rudolph Gottesheim
ad51d6280d Docs: remove note about TypeScript files requiring at least one export (#7260) 2019-07-22 10:14:55 -06:00
Ivan Pegashev
100e12d22f Update docs to indicate dynamic imports are stage 4 (#7372) 2019-07-18 10:02:39 -06:00
Brody McKee
3495286f8f Allow extending config used in eslint-loader (#7036) 2019-07-16 12:17:52 +03:00
Sudhir Mitharwal
3a9b87b223 docs(svg): add tip for title props accessibility (#7374) 2019-07-15 12:45:25 -06:00
Adeel Imran
24143089af Document --use-npm (#7279) 2019-06-27 10:16:31 +03:00
Nikolay Stoynov
2c6dd45cf4 Handle browser arguments (#7277) 2019-06-26 11:47:30 +03:00
Soufiane AIT AKKACHE
fc5ee76ae9 Docs: replace the command to install relay/macro (#7262) 2019-06-23 13:50:04 -06:00
Peter Bengtsson
9d70c7afab Add environment variable to control image inlining threshold (#6060)
Fixes #3437
2019-06-17 21:25:39 -07:00
Ben Newcomb
f05465e640 Update deprecated package reference (#7170)
* Update deprecated package reference

* Fixed install method after feedback
2019-06-05 17:08:42 -06:00
Toni
7548281aa5 Make the OOM abbreviation more clear in the docs (#7133) 2019-05-29 10:39:55 -06:00
Amy Lam
4704382558 Correct spelling of browserslist (#7059) 2019-05-16 17:38:39 -06:00
Vladyslav Moisieienkov
394e385d5e docs: fix env-cmd example in deployment section (#7039) 2019-05-14 12:17:45 -06:00
Orta
b59d42744e Update Relay docs (#7041) 2019-05-13 10:40:16 -06:00
Ian Sutherland
4ca368707c Revert PR #6935 because CLA was not signed (#7016)
This reverts commit e5f69b573b.
2019-05-08 09:11:59 -06:00
Mostafa Nawara
8a9e01cf9e Add note to restart the dev server after changing .env file (#6979)
* Add note to restart the dev server after change .env file

* Update copy

Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
2019-05-05 10:28:08 -06:00
Chris Shaffer
6710f52110 Add clarifying note to TypeScript docs warning about global install of CRA (#6945)
Added block quote with warning about issues when CRA is installed globally.
2019-04-30 17:35:18 -07:00
nagman
4b8b38bf7c Update GraphQL doc (#6898)
* Need to install graphql package
* Need to provide real graphql in the .graphql file, not gql wrapped graphql
2019-04-29 22:26:44 -07:00
Willian Barros
e5f69b573b Grammar! (#6935)
Fix copy
2019-04-27 18:27:11 -07:00