- 08 Aug, 2016 5 commits
-
-
Marco Botto authored
* Add Surge.sh to deploy instructions * Add it also to the Table of Contents
-
Dan Abramov authored
Fixes #391
-
Dan Abramov authored
-
Gregory Shehet authored
-
Rifat Nabi authored
* Creating a new app in the current directory * Fixed style mistakes
-
- 06 Aug, 2016 1 commit
-
-
Kamil Burzynski authored
-
- 05 Aug, 2016 4 commits
-
-
Dan Abramov authored
Disable timer mocking and enable verbose output.
-
Matt Brennan authored
-
Dan Abramov authored
Fixes #377
-
Anton Kaminsky authored
* Small grammatical correction * Fix another grammatical error for consistency
-
- 04 Aug, 2016 18 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
Fixes #119
-
Dan Abramov authored
-
Dan Abramov authored
This allows users to avoid CORS in simple projects that are hosted on the same server as backend.
-
Kristóf Poduszló authored
* Added a reasonable config for autoprefixer (resolves #73) * Moved autoprefixer config to webpack.config
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Elijah Manor authored
-
Elijah Manor authored
-
- 03 Aug, 2016 9 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Eli Perelman authored
-
Dan Abramov authored
Should be safe since SO uses it
-
Diego Cardoso authored
* Added a note with instructions on eslint plugin configuration Since the only editor that I found the issue was Atom, I added just the instruction for the linter-eslint plugin. * Change the format of the instructions and add screenshot.
-
Dan Abramov authored
The current one is not drop-in anymore
-
Dan Abramov authored
Fixes #186
-
Dan Abramov authored
-
Eli Perelman authored
-
- 02 Aug, 2016 3 commits
-
-
Ville Immonen authored
* Transform async functions with regenerator Remove `transform-async-to-generator`, which to my understanding is meant to be used in environments that support generators natively. Because we're compiling generators to ES5 anyway, we can simply use `regenerator` to transform async functions too, which results in slightly simpler output and only uses the regenerator runtime instead regenerator runtime + _asyncToGenerator Babel helper. * Add babel-plugin-transform-regenerator * Use dependencies with an exact version
-
-
Dan Abramov authored
Fixes #322
-