announce "this project is not maintained anymore" #639
Description
@componentjs/owners
I think it's obvious that component is not maintained anymore.
We should put a note in the readme of this repo, not just because it's not maintained, but also component has several issues:
- endpoint only for GitHub and BitBucket
- rate limit, even if you use an auth token example
- maintain an extra file: component.json
- need to fork a module when it doesn’t exist
- plugins can only be used via the API
- annoying to update remote dependencies in all locals example
- it’s not maintained anymore, see contributors
@jonathanong wrote a post after he rewrote component:
http://www.jongleberry.com/the-future-of-component.html
After nearly a year he wrote this:
http://www.jongleberry.com/the-story-of-normalize.html
In particular, the more I learn about Webpack, the more amazed I am and its features, especially hot reloading.
We're using component at our company and realize in the last week a drop-in replacement for webpack, it's working fine.
The biggest work was to fix all the component repositories where a package.json was configured wrong or didn't exist.
Activity