Commit Graph

317 Commits

Author SHA1 Message Date
Nima Shahri
787a4a705d Avoid pushing .pnp folder to git (#5469)
* Add .pnp folder ro gitignore file

Avoid pushing .pnp folder to git

* Add .pnp.js to ignore list
2018-10-23 16:09:43 -04:00
Joe Haddad
680cf9371a Validate tsconfig when using TypeScript (#5524)
* Sanity check TypeScript config

* Check more options

* Set all defaults and suggestions

* Update docs

* Update doc notes

* Automatically copy react app declared types to project on start

* Remove note about loaders.d.ts
2018-10-22 08:15:41 -04:00
Ian Sutherland
60f9bc2ace Update doc links in template README (#5512) 2018-10-21 15:23:15 -04:00
Bruno Lemos
88aef1100f TypeScript syntax support (#4837) 2018-10-21 12:03:26 -04:00
Dan Abramov
f1fbc671e1 Update README.md 2018-10-19 20:06:23 -04:00
Dan Abramov
fa6da6219a Update README.md 2018-10-19 20:05:20 -04:00
Dan Abramov
0ff690dba7 Point README to docs 2018-10-19 20:04:06 -04:00
Ran Yitzhaki
05d3fd2d0d Remove dot from the end of the link (#5449) 2018-10-16 20:14:33 -04:00
Rafael Lüder
a70055fe5b Added note on update to .flowconfig for .scss imports (#5321)
* Added note on update to .flowconfig for .scss imports

Added a note aimed at Flow users on how to get Flow to recognize the .scss imports.

* Mentioned .sass extension in note, added backticks
2018-10-14 19:36:44 +01:00
Gavin Barron
c52cdc6280 Correct instructions for HTTPS and PowerShell (#5394)
Current instructions for running using HTTPS in a PowerShell prompt are incorrect and do not work on Windows 10 v1809
2018-10-14 19:30:45 +01:00
Jeffrey Posnick
50607682ef Updates to clarify the "waiting" SW behavior (#5410) 2018-10-12 09:45:57 -04:00
Alex Forbes-Reed
9971653775 Add environment variable to optionaly disable inlining of chunks (#5354)
* Add environment variable to optionaly disable inlining of chunks

* Changed env var to `process.env.INLINE_RUNTIME_CHUNK `

* Added env var to Advanced Configuration in docs

* Drop implied behavior

* Tweak working to match other descriptions
2018-10-08 12:48:15 -04:00
simonCordovaByte9
b201aee073 Update README.md (#5302) 2018-10-06 18:22:39 -04:00
Ragnar Rebase
12f794cfdb Update README due to deprecation of react-testing-library's toBeInTheDOM (#5334) 2018-10-06 18:20:27 -04:00
David Gilbertson
f9c1a76037 README link fixes (#5326)
* Fix broken link in main README

* Fix incorrect link in user guide README
2018-10-05 19:59:51 -04:00
Behzod Saidov
fcb4f98c4e Updated the URL in index.html (#5327)
It seems correct URL is https://developers.google.com/web/fundamentals/web-app-manifest/
Current URL (https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/) is redirecting to there.
2018-10-05 19:58:55 -04:00
Peter Bengtsson
e783bf8aed avoid TypeError on when registering service workers without config (#5301)
* avoid TypeError on when registering service workers without config

Fixes #5299

* same before config.onUpdate
2018-10-04 22:42:16 -04:00
Ryan Cogswell
ea15ebad8f Adding documentation about git init (#5296) 2018-10-04 22:40:28 -04:00
Ernesto García
3a4414c142 add react-testing-library documentation/examples (#4679) (#5290)
* add react-testing-library documentation/examples

* make react-testing-library a heading

* fix typo
2018-10-04 10:07:40 -04:00
Adam Bowles
61c0ba3731 Fix broken links to src/serviceWorker.js (#5286) 2018-10-04 08:27:19 -04:00
Ian Sutherland
7c65ba71f1 Revert change to http-proxy-middleware docs (#5252) 2018-10-02 11:07:54 -06:00
Kohei Hasegawa
ab272d25d5 Fix documentation of http-proxy-middleware (#5226) 2018-10-02 10:21:19 -06:00
Zacharias Knudsen
a9c09d48d9 Add Relay example (#5233) 2018-10-02 08:30:09 -04:00
Marco Slooten
b539b649a5 Adds instructions to README on how to customize Bootstrap with Sass (#5211)
* Adds instructions to create a Bootstrap theme with Sass

* Update README.md

* Update README.md

* Update README.md
2018-10-01 22:01:53 +01:00
Dan Abramov
33034190bb Oops 2018-10-01 21:44:16 +01:00
Dan Abramov
0a34c9e96a Edits 2018-10-01 21:43:48 +01:00
Joe Haddad
04eb460728 Correct links 2018-10-01 16:43:03 -04:00
Dan Abramov
9e88a8e574 Update README.md 2018-10-01 20:03:27 +01:00
Dan Abramov
f59165fcee Oops 2018-10-01 15:48:05 +01:00
Dan Abramov
3783dd36f4 Tweak user guide a bit 2018-10-01 15:47:30 +01:00
Marek Suscak
9f7f2abf2e Document adding SVGs as React components (#5147)
* Document importing SVGs as React components

* Update README.md
2018-10-01 10:16:59 -04:00
Fabrizio Cucci
aa57262f7f Fix typo in 'Configuring the Proxy Manually' (#5193)
Replace `src/setupTests.js` with `src/setupProxy.js`.
2018-10-01 07:11:35 -04:00
Joe Haddad
df98c0c561 Update notes about advanced proxy 2018-09-30 22:33:13 -04:00
Joe Haddad
b5bae2576b Make the use of a tidle more prominent 2018-09-30 22:29:13 -04:00
Joe Haddad
e85019fa79 Add docs about browsers list post processing CSS 2018-09-30 22:26:51 -04:00
Jeffrey Posnick
3c70340117 Updates to README to reflect Workbox usage (#5111)
* Updates to README to reflect Workbox usage.

* Update README.md

* Update README.md
2018-09-30 20:12:30 -04:00
Daniel Wang
7f5ec4977b Add additional troubleshooting for Github Pages (#5169)
* Add additional troubleshooting for Github Pages

* Update README.md
2018-09-29 15:03:45 -04:00
Joe Haddad
bf408bde1e Add CSS Grid Layout instructions 2018-09-28 14:51:10 -04:00
Joe Haddad
72fe2df6fb Cleanup README 2018-09-28 10:40:34 -04:00
Marek Suscak
7644f736b2 Mention .module.scss/sass convention (#5145) 2018-09-27 17:14:20 -04:00
Joe Haddad
d3e56cdc9e Update fetch documentation about polyfills 2018-09-27 08:48:54 -04:00
Joe Haddad
fa6e5bd069 Change polyfill link to our package 2018-09-27 08:44:29 -04:00
Sagiv ben giat
cbf532073e Update minify instructions (#5105)
* changed to Migrate to v2.x

* richer explanation

* Update README.md
2018-09-26 16:25:45 -04:00
Joe Haddad
54323f07dc Remove advanced proxy guide 2018-09-26 15:05:21 -04:00
Joe Haddad
bfb17b2043 Tweak browser support section 2018-09-26 11:12:23 -04:00
Joe Haddad
d7bffcac1a Update Sass documentation 2018-09-26 10:52:06 -04:00
Joe Haddad
5b4c94c7a3 Format user guide 2018-09-26 10:36:30 -04:00
Joe Haddad
523d6e9615 Revert "Remove CSS modules docs (#3832)" (#3833)
This reverts commit 11f1aa09b3.
2018-09-26 01:33:38 -04:00
Martin Lechner
eba5995b3d Update usage advice of husky to 1.0 (#5071)
Husky had an overhaul of the API, see https://github.com/typicode/husky
Therefore the usage advice here has been adjusted.
2018-09-24 16:11:35 -04:00
Nick Bartlett
77c32b5631 Small typo fix (#5077)
follwing -> following
2018-09-24 16:10:21 -04:00