- 04 Aug, 2016 4 commits
-
-
Dan Abramov authored
This allows users to avoid CORS in simple projects that are hosted on the same server as backend.
-
Dan Abramov authored
-
Elijah Manor authored
-
Elijah Manor authored
-
- 02 Aug, 2016 2 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
* Make Babel config more verbose and simpler * Support async/await
-
- 01 Aug, 2016 5 commits
-
-
Christoph Pojer authored
-
Dan Abramov authored
-
Dan Abramov authored
The problem has since been fixed upstream. This reverts commit f7011e04.
-
Dan Abramov authored
-
Dan Abramov authored
This fixes #302 by temporarily forking `detect-port`. Hopefully this fix will be merged into the original project, and we can refer to it again.
-
- 29 Jul, 2016 1 commit
-
-
Alex Zherdev authored
-
- 28 Jul, 2016 5 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
This is the one people are converging on, and flow-vars may get deprecated.
-
Dan Abramov authored
-
-
Dan Abramov authored
-
- 27 Jul, 2016 7 commits
-
-
Lawrence Wu authored
* Display JS and CSS bundle sizes after build * Print gzipped filesize, address nits * Use filesize for human readable output.
-
Lawson Kurtz authored
* Improve error handling in E2E script * Expose e2e.sh as npm test script
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Enable generators * Opt out of using helpers
-
Peter Indiola authored
Also fixes #194
-
Dan Abramov authored
-
- 26 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 25 Jul, 2016 1 commit
-
-
Ethan Cohen authored
This project is a really good use case to apply some accessibility rules to the lint config. For beginners getting started with React, we can also teach/enforce basic accessibility rules in the web at author time. For now, I’ve just applied to the rules that are listed in `eslint-config-airbnb` because these are most real-world tested, and we can continue to add. Happy to help if there are any questions/issues/concerns about the plugin!
-
- 23 Jul, 2016 1 commit
-
-
Conor Hastings authored
-
- 22 Jul, 2016 2 commits
-
-
eanplatter authored
-
eanplatter authored
* Recursively copy the template folder * add fs-extra library
-
- 21 Jul, 2016 6 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
It is easier to add more scripts later this way.
-
Dan Abramov authored
-
Dan Abramov authored
Local npm start and npm run build got broken by #33
-
eanplatter authored
* Add README to generated project * add logo.svg * syntax cleanup
-
Dan Abramov authored
* Make errors and warnings nicer * Fix license stripping to not be eager * Minor tweaks
-
- 20 Jul, 2016 5 commits
-
-
Dan Abramov authored
Inspired by react-boilerplate setup
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-