- 23 Jan, 2018 2 commits
-
-
Michaël De Boey authored
-
Michaël De Boey authored
-
- 22 Jan, 2018 5 commits
-
-
Michaël De Boey authored
-
Futa Ogawa authored
`-webkit` => `-webkit-`
-
joelgeorgev authored
-
Ernesto García authored
* Add Rails Webpacker as alternative to CRA in Rails * Update README.md
-
Dan Abramov authored
-
- 21 Jan, 2018 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Fix the E2E script * Delete .git if committing failed
-
Dan Abramov authored
-
Bond authored
-
- 20 Jan, 2018 5 commits
-
-
Dan Abramov authored
* Fix integration test * More fixes
-
Piotr authored
* Provide callbacks in serviceWorker * revert exporting default function
-
Magnús Örn Gylfason authored
* don't delete error logs * Style nit * Fix the logic
-
Dan Abramov authored
-
Dan Abramov authored
-
- 19 Jan, 2018 3 commits
-
-
Maurice de Beijer authored
* Create git repo with initial commit * Fixe commit message * Added the git repo to the docs * Bail if we are in a mercurial repository * Removed Chore from commit mesage * Create repo after installing react and react-dom * Removed docs * Commit changes when ejecting * Update after review * git add -A instead of git add . after code review
-
Eduardo Rabelo authored
* feat: add opt-out for prestet-flow to work with @babel/preset-typescript * docs: adding example in readme
-
Ian Sutherland authored
* WIP disable service worker by default (#2554) * Updated service worker registration * Readd default export in registerServiceWorker.js * Updated comments about using Service Worker * Call it serviceWorker * Nits
-
- 18 Jan, 2018 8 commits
-
-
Dan Abramov authored
-
Bond authored
* change link to advanced deployment * Use custom CRA link for deployment * use custom link for minification failure * update link for deployment * feedback
-
Dan Abramov authored
-
Joe Haddad authored
-
Dan Abramov authored
-
Joe Haddad authored
-
Joe Haddad authored
-
- 17 Jan, 2018 13 commits
-
-
Sendil Kumar N authored
-
Andrew authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Ian Sutherland authored
* Remove PropTypes from production build (#209) * Added react/forbid-foreign-prop-types rule to eslint config * Removed react/forbid-foreign-prop-types rule from eslint config
-
Ian Sutherland authored
* Import SVGs as React components (#1388) * Updated webpack production config and fixed tests * Improved Jest SVG file transform * Improved SVG tests * Add a comment * Update webpack.config.prod.js
-
Luke Jackson authored
* Applies dark theme and adds link to reactjs.org * Just "learn React" * Tweaks
-
Levin Rickert authored
-
Joe Haddad authored
-
Joe Haddad authored
-
Ro Savage authored
* Add css modules with [name].modules.css file convention * Add e2e for CSS Modules * Updated based on feedback * Change css modules class name to be deterministic and fix licences * Update css modules class naming convention
-
Edward Ren (Eddie) authored
-
Jack Franklin authored
* Enhance Jest config error for `setupTestFrameworkScriptFile` I wasn't aware of the fact that users of c-r-a could just define `src/setupTests.js` and it would be configured with Jest - I nearly ejected before I found a GitHub issue that confirmed this functionality. I thought it might be a nice idea to add it to the error about Jest config overrides to stop others ejecting when they don't need to. * Change the order of Jest config errors. * Show different error for `setupTestFrameworkScriptFile` * Tweak the message
-