Skip to content

The future of node-fetch #567

@bitinn

Description

@bitinn

(Sometimes you gotta write a clickbait issue to get people's attention.)

The current status of node-fetch is fine:

  • I believe 95% of the Fetch API use cases are covered either by us or other implementations.
  • node-fetch is lean enough (150KB, zero dependency), people can write their own wrapper or even fork our code to fit their own purpose.
  • Fetch API is now quite stable so we are not dealing with many breaking changes.
  • In short, if you are on 1.x or 2.x releases, and it works for you, great, no need to worry.

The future status of node-fetch could be better:

  • It doesn't have an active maintainer, (contributors) all have their own lives.
  • There are certainly things we would like to work on to make node-fetch easier to use. (see open PRs).

What to do?

  • We need an active maintainer: someone need to own this package's npm publishing right, and have free time and proper motivation to maintain node-fetch changelog and releases.
  • We need a small team that help on non-trivial things: like making a PR spec compliant, which again require free time and proper motivation.

If you are such a candidate, or better yet, can negotiate with your employer to be payed to maintain node-fetch, let us know in the comments.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions