Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Create React App

Set up a modern web app by running one command.
Collective - Host: opensource - https://opencollective.com/create-react-app - Website: https://create-react-app.dev - Code: https://github.com/facebook/create-react-app

Recommend st instead of http-server

It has gzip built-in so the size numbers are closer to real world. Thanks @ForbesLindesay for th...

github.com/facebook/create-react-app - 3a1ed7a9d0c1d64a1cfab84c7901239b2da50234 authored over 8 years ago by Dan Abramov <[email protected]>
Use keyword `warn` in eslint config (#234)

* Use keyword `warn` in eslint config

We can use the keyword `warn` for rule configuration in...

github.com/facebook/create-react-app - e839dff82c9737aaa84959b5f786731a7822e19e authored over 8 years ago by Florian Goße <[email protected]>
Use keyword `warn` in eslint config (#234)

* Use keyword `warn` in eslint config

We can use the keyword `warn` for rule configuration in...

github.com/facebook/create-react-app - e839dff82c9737aaa84959b5f786731a7822e19e authored over 8 years ago by Florian Goße <[email protected]>
Use shorter hashes in production builds

github.com/facebook/create-react-app - 62679927b90f9e3f639bdef4f05bec6c85022041 authored over 8 years ago by Dan Abramov <[email protected]>
Use shorter hashes in production builds

github.com/facebook/create-react-app - 62679927b90f9e3f639bdef4f05bec6c85022041 authored over 8 years ago by Dan Abramov <[email protected]>
Pin dependencies

github.com/facebook/create-react-app - 80505887b34a0f094c08905eb7edbe185396e86f authored over 8 years ago by Dan Abramov <[email protected]>
Pin dependencies

github.com/facebook/create-react-app - 80505887b34a0f094c08905eb7edbe185396e86f authored over 8 years ago by Dan Abramov <[email protected]>
Remove build directory without ending up in trash

This is frustrating with shells like `fish` that track directory moves

github.com/facebook/create-react-app - 9b6e87c6cbd04147ebcd2876a4c08fad1f8084e9 authored over 8 years ago by Dan Abramov <[email protected]>
Remove build directory without ending up in trash

This is frustrating with shells like `fish` that track directory moves

github.com/facebook/create-react-app - 9b6e87c6cbd04147ebcd2876a4c08fad1f8084e9 authored over 8 years ago by Dan Abramov <[email protected]>
Use double quotes for JSX properties (#225)

It helps to maintain consistency with React docs

github.com/facebook/create-react-app - 895cfaf9bb4d51341a5c6bfd879b183cbb2fe151 authored over 8 years ago by Héliton Nordt <[email protected]>
Use double quotes for JSX properties (#225)

It helps to maintain consistency with React docs

github.com/facebook/create-react-app - 895cfaf9bb4d51341a5c6bfd879b183cbb2fe151 authored over 8 years ago by Héliton Nordt <[email protected]>
Add .DS_Store to gitignore template (#224)

github.com/facebook/create-react-app - 1670fb13e7551608b522299f5aa2ac7a7d450232 authored over 8 years ago by Héliton Nordt <[email protected]>
Add .DS_Store to gitignore template (#224)

github.com/facebook/create-react-app - 1670fb13e7551608b522299f5aa2ac7a7d450232 authored over 8 years ago by Héliton Nordt <[email protected]>
Avoid CSS globals (#220)

github.com/facebook/create-react-app - 591fbbfa5976d46a78bd1cc13323e77dbc3ee975 authored over 8 years ago by Héliton Nordt <[email protected]>
Avoid CSS globals (#220)

github.com/facebook/create-react-app - 591fbbfa5976d46a78bd1cc13323e77dbc3ee975 authored over 8 years ago by Héliton Nordt <[email protected]>
Document how to add linting in an editor

github.com/facebook/create-react-app - 4ca7b0da0626318e68d68c74518ea24abc14bc5c authored over 8 years ago by Dan Abramov <[email protected]>
Document how to add linting in an editor

github.com/facebook/create-react-app - 4ca7b0da0626318e68d68c74518ea24abc14bc5c authored over 8 years ago by Dan Abramov <[email protected]>
Add some newlines to the console output

github.com/facebook/create-react-app - 9a4e9678ad8c730cce82a459ff359dad8ccd40b1 authored over 8 years ago by Dan Abramov <[email protected]>
Add some newlines to the console output

github.com/facebook/create-react-app - 9a4e9678ad8c730cce82a459ff359dad8ccd40b1 authored over 8 years ago by Dan Abramov <[email protected]>
Merge pull request #202 from lacker/cleanlint

allow 2 * x + 1

github.com/facebook/create-react-app - f8bb37fb3127645b9bfdfa2c0705277bdf6c8b08 authored over 8 years ago by Kevin Lacker <[email protected]>
Merge pull request #202 from lacker/cleanlint

allow 2 * x + 1

github.com/facebook/create-react-app - f8bb37fb3127645b9bfdfa2c0705277bdf6c8b08 authored over 8 years ago by Kevin Lacker <[email protected]>
allow 2 * x + 1

github.com/facebook/create-react-app - 4c556196486ae46b8cf4b1d160ccd2dbdeb5c8f5 authored over 8 years ago by Kevin Lacker <[email protected]>
allow 2 * x + 1

github.com/facebook/create-react-app - 4c556196486ae46b8cf4b1d160ccd2dbdeb5c8f5 authored over 8 years ago by Kevin Lacker <[email protected]>
"transient" -> "transitive" (#187)

github.com/facebook/create-react-app - 3e9fb8572c495520b2077c694dcaa03e8c0151d9 authored over 8 years ago by Amjad Masad <[email protected]>
"transient" -> "transitive" (#187)

github.com/facebook/create-react-app - 3e9fb8572c495520b2077c694dcaa03e8c0151d9 authored over 8 years ago by Amjad Masad <[email protected]>
Delete package.json from template

This way the one generated by `init.js` doesn’t get overwritten later.
This fixes #149 which got...

github.com/facebook/create-react-app - 750472be94775840b5053248ff0be83472dba33b authored over 8 years ago by Dan Abramov <[email protected]>
Delete package.json from template

This way the one generated by `init.js` doesn’t get overwritten later.
This fixes #149 which got...

github.com/facebook/create-react-app - 750472be94775840b5053248ff0be83472dba33b authored over 8 years ago by Dan Abramov <[email protected]>
Unroll indirection in paths (#191)

github.com/facebook/create-react-app - dfecfea6baf64662800b8c3260242271764a3f70 authored over 8 years ago by Dan Abramov <[email protected]>
Unroll indirection in paths (#191)

github.com/facebook/create-react-app - dfecfea6baf64662800b8c3260242271764a3f70 authored over 8 years ago by Dan Abramov <[email protected]>
update webpack css include path, allow files to be loaded from the project root node_modules folder. (#178)

github.com/facebook/create-react-app - d69ee278f721ebda43872a1fad11219c51c20556 authored over 8 years ago by breaddevil <[email protected]>
update webpack css include path, allow files to be loaded from the project root node_modules folder. (#178)

github.com/facebook/create-react-app - d69ee278f721ebda43872a1fad11219c51c20556 authored over 8 years ago by breaddevil <[email protected]>
[dependency] - Add select eslint-plugin-jsx-a11y rules to lint config. (#175)

This project is a really good use case to apply some accessibility
rules to the lint config. Fo...

github.com/facebook/create-react-app - 90d49f83d5592bf7829c768ce459574a84eba587 authored over 8 years ago by Ethan Cohen <[email protected]>
[dependency] - Add select eslint-plugin-jsx-a11y rules to lint config. (#175)

This project is a really good use case to apply some accessibility
rules to the lint config. Fo...

github.com/facebook/create-react-app - 90d49f83d5592bf7829c768ce459574a84eba587 authored over 8 years ago by Ethan Cohen <[email protected]>
Simplify path resolving for react-scripts (#168)

github.com/facebook/create-react-app - 9dc23a34847e023af7b97c1567fb9771abdcfa44 authored over 8 years ago by Forbes Lindesay <[email protected]>
Simplify path resolving for react-scripts (#168)

github.com/facebook/create-react-app - 9dc23a34847e023af7b97c1567fb9771abdcfa44 authored over 8 years ago by Forbes Lindesay <[email protected]>
Merge pull request #166 from lacker/master

fix cdpath bug

github.com/facebook/create-react-app - 06df2ecb46dbf6b6e4bb3781bade847edd749b3d authored over 8 years ago by Kevin Lacker <[email protected]>
Merge pull request #166 from lacker/master

fix cdpath bug

github.com/facebook/create-react-app - 06df2ecb46dbf6b6e4bb3781bade847edd749b3d authored over 8 years ago by Kevin Lacker <[email protected]>
fix cdpath bug

github.com/facebook/create-react-app - 511668c5382eb322a783720d8afab8630146ec1b authored over 8 years ago by Kevin Lacker <[email protected]>
fix cdpath bug

github.com/facebook/create-react-app - 511668c5382eb322a783720d8afab8630146ec1b authored over 8 years ago by Kevin Lacker <[email protected]>
Provide instructions on publishing GH Pages (#162)

* Provide instructions on GH Pages deploy

* Add docs for GH Pages deployment

* Prevent inc...

github.com/facebook/create-react-app - 458d3f9eb176b7b6ef5df5696c6bc3d824b56822 authored over 8 years ago by Dan Abramov <[email protected]>
Provide instructions on publishing GH Pages (#162)

* Provide instructions on GH Pages deploy

* Add docs for GH Pages deployment

* Prevent inc...

github.com/facebook/create-react-app - 458d3f9eb176b7b6ef5df5696c6bc3d824b56822 authored over 8 years ago by Dan Abramov <[email protected]>
Don't assume the project is hosted at the root (#94)

* Don't assume the project is hosted at the root
* Require package.json in webpack.config.prod....

github.com/facebook/create-react-app - ef4f8e905806dc87b09397159973e1e605313d4d authored over 8 years ago by Donald Hruska <[email protected]>
Don't assume the project is hosted at the root (#94)

* Don't assume the project is hosted at the root
* Require package.json in webpack.config.prod....

github.com/facebook/create-react-app - ef4f8e905806dc87b09397159973e1e605313d4d authored over 8 years ago by Donald Hruska <[email protected]>
Fix typo in CONTRIBUTING.md (#161)

github.com/facebook/create-react-app - 055b414178efaffecf314d27a7366ced038d2a44 authored over 8 years ago by Can Göktas <[email protected]>
Fix typo in CONTRIBUTING.md (#161)

github.com/facebook/create-react-app - 055b414178efaffecf314d27a7366ced038d2a44 authored over 8 years ago by Can Göktas <[email protected]>
Explicitly specify ESLint config path for editor plugins in package.json (#149)

* explicitly specify ESLint config path for editor plugins

* changed to use single quote

github.com/facebook/create-react-app - 76935de8e20a8c4786b4d0861654afe1099b124e authored over 8 years ago by Keyan Zhang <[email protected]>
Explicitly specify ESLint config path for editor plugins in package.json (#149)

* explicitly specify ESLint config path for editor plugins

* changed to use single quote

github.com/facebook/create-react-app - 76935de8e20a8c4786b4d0861654afe1099b124e authored over 8 years ago by Keyan Zhang <[email protected]>
Contributing instructions step two (#160)

* Move setup instructions to CONTRIBUTING.md

* Reword setup instructions slightly

github.com/facebook/create-react-app - d3359507cf73ef186da90caf372f249981c8cdf7 authored over 8 years ago by Max Stoiber <[email protected]>
Contributing instructions step two (#160)

* Move setup instructions to CONTRIBUTING.md

* Reword setup instructions slightly

github.com/facebook/create-react-app - d3359507cf73ef186da90caf372f249981c8cdf7 authored over 8 years ago by Max Stoiber <[email protected]>
Add first CONTRIBUTING.md (#150)

Ref #92

github.com/facebook/create-react-app - d7ded9e33ebb708937acedb84ee7d15f5d7e187d authored over 8 years ago by Max Stoiber <[email protected]>
Add first CONTRIBUTING.md (#150)

Ref #92

github.com/facebook/create-react-app - d7ded9e33ebb708937acedb84ee7d15f5d7e187d authored over 8 years ago by Max Stoiber <[email protected]>
Disable jsx-handler-name eslint rule (#157)

Ref #156

Not sure if we can simply delete the line and that'll disable it, so I
went with se...

github.com/facebook/create-react-app - 662fdb7055fa15c8461d1b3605b2e2c8d590d1e9 authored over 8 years ago by Max Stoiber <[email protected]>
Disable jsx-handler-name eslint rule (#157)

Ref #156

Not sure if we can simply delete the line and that'll disable it, so I
went with se...

github.com/facebook/create-react-app - 662fdb7055fa15c8461d1b3605b2e2c8d590d1e9 authored over 8 years ago by Max Stoiber <[email protected]>
Fix --version (#152)

github.com/facebook/create-react-app - 59ff0b59e08db92fd9f7b62f874c3efa7b54d947 authored over 8 years ago by Max Stoiber <[email protected]>
Fix --version (#152)

github.com/facebook/create-react-app - 59ff0b59e08db92fd9f7b62f874c3efa7b54d947 authored over 8 years ago by Max Stoiber <[email protected]>
Update README to correct typo (#148)

Missing letter added.

github.com/facebook/create-react-app - f2c12750cbae9c9f6e3b8af4efa709ac0c7741ad authored over 8 years ago by Greg Gamel <[email protected]>
Update README to correct typo (#148)

Missing letter added.

github.com/facebook/create-react-app - f2c12750cbae9c9f6e3b8af4efa709ac0c7741ad authored over 8 years ago by Greg Gamel <[email protected]>
updating to ellipses (#144)

github.com/facebook/create-react-app - f82ecad718392653093d297b29e2222dfdbedf65 authored over 8 years ago by Krish Munot <[email protected]>
updating to ellipses (#144)

github.com/facebook/create-react-app - f82ecad718392653093d297b29e2222dfdbedf65 authored over 8 years ago by Krish Munot <[email protected]>
Fix issue #127 (#128)

github.com/facebook/create-react-app - c9fd6979ac5adc23d1d4e14ac4f2b8fc6adeeb3c authored over 8 years ago by Alex <[email protected]>
Fix issue #127 (#128)

github.com/facebook/create-react-app - c9fd6979ac5adc23d1d4e14ac4f2b8fc6adeeb3c authored over 8 years ago by Alex <[email protected]>
add node engine to package.json and call checkNodeVersion function in cli (#88)

github.com/facebook/create-react-app - 10eae80ead436c23ad42db0c0dc9b500f519c14e authored over 8 years ago by Conor Hastings <[email protected]>
add node engine to package.json and call checkNodeVersion function in cli (#88)

github.com/facebook/create-react-app - 10eae80ead436c23ad42db0c0dc9b500f519c14e authored over 8 years ago by Conor Hastings <[email protected]>
Resolve imported CSS files from node_modules (#105)

* Resolve imported CSS files from anywhere
* Resolve imported CSS files from src and node_modul...

github.com/facebook/create-react-app - a35ac92807fc264989e329f0ce31158e33c22898 authored over 8 years ago by Glenn Reyes <[email protected]>
Resolve imported CSS files from node_modules (#105)

* Resolve imported CSS files from anywhere
* Resolve imported CSS files from src and node_modul...

github.com/facebook/create-react-app - a35ac92807fc264989e329f0ce31158e33c22898 authored over 8 years ago by Glenn Reyes <[email protected]>
Typo fix (#122)

github.com/facebook/create-react-app - 3ac4035afe9dabe6da48cc89e419b733bf3d23fe authored over 8 years ago by Cory House <[email protected]>
Typo fix (#122)

github.com/facebook/create-react-app - 3ac4035afe9dabe6da48cc89e419b733bf3d23fe authored over 8 years ago by Cory House <[email protected]>
Add build directory to gitignore (#112)

github.com/facebook/create-react-app - cd403b32ad5624a698f8fce1e86dd41de9783a71 authored over 8 years ago by Shu Uesugi <[email protected]>
Add build directory to gitignore (#112)

github.com/facebook/create-react-app - cd403b32ad5624a698f8fce1e86dd41de9783a71 authored over 8 years ago by Shu Uesugi <[email protected]>
Adds .gitignore file to default template (#79)

* Adds .gitignore file to default template

* Simplify renames

* Reference npm issue in com...

github.com/facebook/create-react-app - e3954981eac6059d57c167d15c7f44241b94ec20 authored over 8 years ago by Nathan Verni <[email protected]>
Adds .gitignore file to default template (#79)

* Adds .gitignore file to default template

* Simplify renames

* Reference npm issue in com...

github.com/facebook/create-react-app - e3954981eac6059d57c167d15c7f44241b94ec20 authored over 8 years ago by Nathan Verni <[email protected]>
Ignores my-app* directories (#86)

The Contributing instructions in the README give my-app as the sample
app name when running `np...

github.com/facebook/create-react-app - 1bffa4cf33270c0cbcb1af202a628bb7da29049d authored over 8 years ago by Nathan Verni <[email protected]>
Ignores my-app* directories (#86)

The Contributing instructions in the README give my-app as the sample
app name when running `np...

github.com/facebook/create-react-app - 1bffa4cf33270c0cbcb1af202a628bb7da29049d authored over 8 years ago by Nathan Verni <[email protected]>
Add explicit <br>s

github.com/facebook/create-react-app - ab90e7fb43688df196518298241bcc437b71401b authored over 8 years ago by Dan Abramov <[email protected]>
Add explicit <br>s

github.com/facebook/create-react-app - ab90e7fb43688df196518298241bcc437b71401b authored over 8 years ago by Dan Abramov <[email protected]>
Add quik to alternatives (#77)

Quik is a tool to prototype and build apps with React and Babel with zero-setup. It also support...

github.com/facebook/create-react-app - 8eb6e05522deaa4141970000610e521670cd405d authored over 8 years ago by Satyajit Sahoo <[email protected]>
Add quik to alternatives (#77)

Quik is a tool to prototype and build apps with React and Babel with zero-setup. It also support...

github.com/facebook/create-react-app - 8eb6e05522deaa4141970000610e521670cd405d authored over 8 years ago by Satyajit Sahoo <[email protected]>
Add roc to the list of alternatives (#83)

github.com/facebook/create-react-app - aac31836aeeef6d54eac92c44a34e188f827d76e authored over 8 years ago by Gustaf Dalemar <[email protected]>
Add roc to the list of alternatives (#83)

github.com/facebook/create-react-app - aac31836aeeef6d54eac92c44a34e188f827d76e authored over 8 years ago by Gustaf Dalemar <[email protected]>
Add Sagui to the list of alternatives (#81)

github.com/facebook/create-react-app - cb7b9583b9d2722afee9dfdac084a64cd4cb177b authored over 8 years ago by Paulo Ragonha <[email protected]>
Add Sagui to the list of alternatives (#81)

github.com/facebook/create-react-app - cb7b9583b9d2722afee9dfdac084a64cd4cb177b authored over 8 years ago by Paulo Ragonha <[email protected]>
Fix dependency issue (#75)

github.com/facebook/create-react-app - 9c31d4f916e69aa8e6ef4d74bab734e637bd1645 authored over 8 years ago by eanplatter <[email protected]>
Fix dependency issue (#75)

github.com/facebook/create-react-app - 9c31d4f916e69aa8e6ef4d74bab734e637bd1645 authored over 8 years ago by eanplatter <[email protected]>
Recursively copy the template folder (#74)

* Recursively copy the template folder

* add fs-extra library

github.com/facebook/create-react-app - ad2550f70e56c386803889849228dcdf4b85ee2c authored over 8 years ago by eanplatter <[email protected]>
Recursively copy the template folder (#74)

* Recursively copy the template folder

* add fs-extra library

github.com/facebook/create-react-app - ad2550f70e56c386803889849228dcdf4b85ee2c authored over 8 years ago by eanplatter <[email protected]>
Update README.md

github.com/facebook/create-react-app - 37404734789e6f6a97dba7690b0227f9263d7ea5 authored over 8 years ago by Dan Abramov <[email protected]>
Update README.md

github.com/facebook/create-react-app - 37404734789e6f6a97dba7690b0227f9263d7ea5 authored over 8 years ago by Dan Abramov <[email protected]>
Update README.md

github.com/facebook/create-react-app - 589384cad34fa9a405f318e6e0c1e5a05bc766aa authored over 8 years ago by Dan Abramov <[email protected]>
Update README.md

github.com/facebook/create-react-app - 589384cad34fa9a405f318e6e0c1e5a05bc766aa authored over 8 years ago by Dan Abramov <[email protected]>
Update README.md

github.com/facebook/create-react-app - f17d037e1564c9f24e7de16382a5101ac972b726 authored over 8 years ago by Dan Abramov <[email protected]>
Update README.md

github.com/facebook/create-react-app - f17d037e1564c9f24e7de16382a5101ac972b726 authored over 8 years ago by Dan Abramov <[email protected]>
Update README.md

github.com/facebook/create-react-app - ca56aed3cce12488b135ffc6a76ddf535ad8150c authored over 8 years ago by Dan Abramov <[email protected]>
Update README.md

github.com/facebook/create-react-app - ca56aed3cce12488b135ffc6a76ddf535ad8150c authored over 8 years ago by Dan Abramov <[email protected]>
Add some pictures

github.com/facebook/create-react-app - beeca357e5612cffc7537f538a49a6a85d7a408f authored over 8 years ago by Dan Abramov <[email protected]>
Add some pictures

github.com/facebook/create-react-app - beeca357e5612cffc7537f538a49a6a85d7a408f authored over 8 years ago by Dan Abramov <[email protected]>
Create CHANGELOG.md

github.com/facebook/create-react-app - 339de14dace6ef9bf7e631a0cdf451ba8b779eb6 authored over 8 years ago by Dan Abramov <[email protected]>
Create CHANGELOG.md

github.com/facebook/create-react-app - 339de14dace6ef9bf7e631a0cdf451ba8b779eb6 authored over 8 years ago by Dan Abramov <[email protected]>
Eject Flow stubs

Related to #72, c2ba7a4a6c941a310f75cf3670db79d53ff7eb0c

github.com/facebook/create-react-app - 03c62f1c25c4b6e9b3f1590c06bedb05d031e4ee authored over 8 years ago by Dan Abramov <[email protected]>
Eject Flow stubs

Related to #72, c2ba7a4a6c941a310f75cf3670db79d53ff7eb0c

github.com/facebook/create-react-app - 03c62f1c25c4b6e9b3f1590c06bedb05d031e4ee authored over 8 years ago by Dan Abramov <[email protected]>
Add a link to howto

github.com/facebook/create-react-app - 8c711e22f2704fd0b876edb55f68d38fa8c0ad35 authored over 8 years ago by Dan Abramov <[email protected]>