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
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
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
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
David Cho-Lerat
126bded81e
Fix typo in deployment docs ( #6881 )
...
Typo : preache => precache
2019-04-24 12:12:48 -06:00
Ian Schmitz
2303b49c41
Add baseUrl documentation ( #6847 )
...
* Add baseUrl documentation
* Update docusaurus/docs/importing-a-component.md
Co-Authored-By: ianschmitz <ianschmitz@gmail.com >
* Update docusaurus/docs/importing-a-component.md
Co-Authored-By: ianschmitz <ianschmitz@gmail.com >
* Simplify include to match default tsconfig.json
2019-04-19 07:27:05 -07:00
Jack Zhao
200b98b81a
Remove no-watch flag in favor of watchAll=false ( #6848 )
2019-04-19 09:35:46 +03:00
Robert van Steen
e7a2d6168a
Set baseUrl from jsconfig.json/tsconfig.json ( #6656 )
...
* Set baseUrl from jsconfig.json/tsconfig.json
* Resolve the path for loading modules
* Add tests for jsconfig.json
* Add jsconfig.json
* Update packages/react-scripts/scripts/start.js
* Move baseUrl test to config folder
* Remove alias test
* Use chalk from react-dev-utils
* Add lost absolute file for typescript baseUrl test
* Update packages/react-scripts/config/modules.js
* Update other references of useTypeScript to hasTsConfig
* Fix casing of TypeScript
* Keep respecting NODE_PATH for now to support multiple module paths.
* Add test for NODE_PATH
* Add fallback if NODE_PATH is not set.
* Fix node path behavior tests
* Remove debugging code from behavior test suite
* Remove more debugging code
* Show NODE_PATH deprecation warning during build
Co-authored-by: Ian Sutherland <ian@iansutherland.ca >
Co-authored-by: Brody McKee <mrmckeb@users.noreply.github.com >
Co-authored-by: Jack Zhao <jzhao@fb.com >
2019-04-16 15:08:24 -06:00
Ian Schmitz
bffc296a2c
Update to core-js@3 ( #6769 )
...
* Update to core-js@3
* Remove references to @babel/polyfill
2019-04-14 16:53:11 -07:00
Dan
b29a163547
Copy fix ( #6801 )
2019-04-14 14:29:13 -07:00
Ian Sutherland
9600b1648f
Fix minimum React version for SVG component support ( #6820 )
2019-04-14 14:27:50 -07:00
Ian Schmitz
715448783a
Add link to TypeScript page in Getting Started ( #6817 )
...
This also updates our min version of Node that we ask for
2019-04-13 20:18:51 -07:00
bakuzan
431ccf9c43
Clarify production build output files documentation ( #6786 )
2019-04-13 14:47:33 -07:00
Parth Narielwala
e59e0920f3
Add SVG support dependency note ( #6783 )
2019-04-10 10:18:25 -06:00
Francisco Joshua
a8a3ccfea5
Update link to React Testing Library docs ( #6772 )
2019-04-08 10:53:03 -07:00
Anurag Goel
a1d6aefc09
Add Render deployment section ( #6695 )
2019-04-07 23:47:55 -07:00
Hrusikesh Panda
550274e307
Adds PostCSS Normalize ( #5810 )
...
* Add postcss-normalize plugin
* Configure PostCSS Normalize
* Add documentation
* Include the doc in sidebar
* Fix the id in sidebar.json
* Update adding-css-reset.md
Co-authored-by: Jack Zhao <jzhao@fb.com >
Co-authored-by: Ian Sutherland <ian@iansutherland.ca >
2019-04-05 10:23:59 -06:00
Mike Perry Y Attara
e630238d0d
Add explanation for adding everything as dependencies to docs ( #6082 )
...
* Update available-scripts.md
add the reason for adding packages as dependencies
* Update available-scripts.md
* Update available-scripts.md
* Update available-scripts.md
Co-authored-by: Amy Lam <amy.r.lam@gmail.com >
Co-authored-by: Ian Sutherland <ian@iansutherland.ca >
2019-04-03 13:48:27 -06:00
Pete Nykänen
d42f8882a5
Document .graphql and .gql file loading with graphql.macro ( #5481 )
2019-04-03 12:21:52 -07:00
Stephen Godderidge
fb6851d651
Docs: Add clarifying note about naming variables ( #6491 )
2019-03-25 23:13:27 -07:00
Monish
d3b19f9789
Add clarifying documentation for how to add a sass stylesheet on Windows ( #6322 )
2019-03-24 13:41:41 -07:00
Nikhil Swaminathan
5c637a488f
Add deployment instructions with AWS Amplify ( #6208 )
...
* Add AWS Amplify deployments to the CRA Docs
* Fixed typos
* added gif
* GIF link
* Update docusaurus/docs/deployment.md
* create-react-app to Create React App
* Update docusaurus/docs/deployment.md
* Removed extra verbiage.
* Removed GIF
2019-03-20 19:41:16 -06:00
Ian Schmitz
eee8491d57
Add TypeScript linting support ( #6513 )
...
* Initial pass adding typescript-eslint
* Add warning to shared rule set
* Add documentation for setting up VSCode extension
* Provide tsconfig path to typescript-eslitn
2019-03-14 21:17:17 -06:00
Ian Schmitz
f4f20a20d0
Support browserslist in @babel/preset-env ( #6608 )
...
* Add browserslist support to @babel/preset-env
* Support @babel/polyfill in entry point
2019-03-14 12:16:09 -07:00
Taylor Briggs
a500ede755
Add note about npx caching ( #6374 )
...
* Add note about npx caching and link to #6119
It is necessary to uninstall any version that was previously installed for the typescript flag to work when using npx.
* Use proper casing for TypeScript
Co-Authored-By: TaylorBriggs <TaylorBriggs@users.noreply.github.com >
2019-03-12 20:45:57 -06:00
JBallin
6a034ba023
[docs] revert removal of newlines from html ( #6386 )
...
An unintended change was merged in #6062
2019-03-09 11:52:11 -08:00