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
Joe Haddad
03a709195f
Revert "Add loader for .graphql files ( #3909 )" ( #5076 )
2018-09-24 12:48:58 -04:00
Joe Haddad
62b0942be6
Change default test environment to jsdom ( #5074 )
2018-09-24 11:30:04 -04:00
Kévin Dunglas
bca6334727
Integrating with an API Backend: add API Platform ( #5070 )
2018-09-24 10:28:06 -04:00
Marko Kaznovac
b181f92650
fix minor typo in troubleshooting github pages ( #5064 )
2018-09-22 12:57:51 -04:00
John Freeman
b98d5c9f33
Move favicon.ico <link> to accommodate Chrome ( #4891 )
...
Chrome requests `favicon.ico` on every route change, but stops if the `<link>` for it occurs early enough in the page. [Several](https://stackoverflow.com/questions/35409588/favicon-requested-on-every-route-change ) other [people](https://github.com/ctrlplusb/react-universally/issues/145 ) have been running into this issue since at least February 2016.
2018-09-21 12:37:45 -04:00
Jack Zhao
d0ed84507b
Convert test suite to Jest ( #4550 )
...
* convert mocha tests to jest
* jest 23
* add jest configs
* use material css
* fix windows
* forceExit jest test
* force exit eject
* test
* test
* retrigger test
* remove appveyor comment
* try to remove pretendToBeVisual option
* use jsdom env
* test environment
* no cache
* test no close
* bring back raf
* test revert all broken changes
* add back jsdom
* remove jsdom
* node test environment
* use latest change
* runInBand
* runInBand
* comment test run
* try different jest option
* standardize jest test options
* increase heap size
* remove heap size config
* support scoped packages for cra --scripts-version option
* upgrade jest version
* fix windows
* fix windows again
* jest 23.4.1
* babel-jest
* babel-jest
* split out kitchhensink
* travis node 6
* travis node 6 config
* node 6 travis eject
* cache yarn
* only cache yarn
* remove unrelated changes
* typo
2018-09-21 05:17:45 -04:00
James B. Pollack
7d41493e73
Reorder Storybook resources to be more helpful ( #5035 )
2018-09-20 16:23:04 -04:00
Jeffrey Posnick
1b2813144b
Updates to reflect service worker registration being opt-in ( #3924 )
...
* Updates to reflect service worker registration being opt-in.
* Fixed an anchor link.
* Updates to SWPrecacheWebpackPlugin config, and corresponding docs.
2018-09-19 14:08:38 -04:00
Joe Haddad
50b4857ff8
Revert "Add support for yarn and lerna monorepos. ( #3741 )"
...
This reverts commit b43ad04b88 .
2018-09-18 14:31:19 -04:00
Joe Haddad
92e40c38e8
Revert "Add react-scripts version compatibility for monorepos. ( #3953 )"
...
This reverts commit aa8789b1aa .
2018-09-18 14:31:19 -04:00
Joe Haddad
02b30d696c
Revert "Fix typos in example monorepo documentation. ( #4164 )"
...
This reverts commit 058d03f8f8 .
2018-09-18 14:31:19 -04:00
Eugene Kopich
d66216ee80
docs: flowtype.org -> flow.org ( #4881 )
2018-09-17 19:50:55 -04:00
Jed Fox
69c3d4b04c
Update support info for service workers ( #4825 )
2018-07-26 13:50:29 -04:00
Mike Wilcox
706b319633
Fix typo ( #4738 )
2018-07-05 12:46:24 -04:00
Ideveloper
26f701fd60
Suggest reactstrap instead of react-bootstrap ( #4703 )
...
* Suggest `reactstrap` instead of `react-bootstrap`
* Update README.md
2018-06-29 21:24:38 -04:00
Marius Gedminas
fffe909731
Move whitespace comment closer to where it applies ( #4566 )
2018-06-05 11:58:47 -04:00
Dan Abramov
6370e40aad
Temporarily remove doc section on webpack analyzer ( #4564 )
2018-06-05 14:58:06 +02:00
Josh Comeau
80b24d54d9
Remove outdated bit from README, update bundle-analyzer link
2018-06-03 09:04:11 -04:00
Joshua Comeau
7c85938458
Create a --stats flag for react-scripts build. Update README.
...
To analyze Webpack bundles, a "stats" JSON is required.
This PR allows that file to be created and saved to the `build`
directory, so that users can use it with Webpack-specific insight
tools like `webpack-bundle-analyzer` without ejecting their
application.
Updated the README to include details for how to do this.
2018-05-31 07:23:13 -04:00
Saimon Moore
86a82b1626
Update docs about High Sierra npm test issues ( #4497 )
2018-05-22 10:19:25 -06:00
Luis Nell
0dfc6f6e07
Update node-sass-chokidar docs ( #4205 )
...
* Removes Chokidar Recursive Flag
According to the changelog it is not necessary anymore as it doesn't do anything.
* Removes initial build on SCSS watch
Chokidar now does this on it's own.
* Removes sass watch recursive, default include-path
as proposed by @michaelwayman
* Removes another left-over build-css
2018-05-20 23:31:26 +01:00
Antti Ahti
836bb39394
Fix some typos in README.md ( #4286 )
2018-04-15 11:59:47 -04:00
Tom Coleman
92b79b3215
Added learnstorybook.com to Storybook links ( #4298 )
...
Learnstorybook is a tutorial for Storybook that both uses CRA and is at a level of introductionary detail appropriate for CRA users.
2018-04-15 11:57:11 -04:00
Jerry Muzsik
fc2f63a238
Document multiple build environments via env-cmd #4071 ( #4117 )
...
* Docs - Document multiple build environments via
* Docs - Document multiple build environments via
* Docs - Document multiple build environments via
* Docs - Document multiple build environments via env-cmd
* fix - based upon requests
* Update README.md
2018-04-15 11:52:43 -04:00
Francis Upton IV
14f4485aeb
Fixed link to CSS imports blog post
2018-04-13 16:06:57 -06:00
Ro Savage
ae2cf07249
Update CSS Modules localIndetName ( #4192 )
...
* Update CSS Modules localIndetName
* Add missing file to package
* Correct regex
* plz plz plz
2018-04-13 16:14:31 -04:00