JavaScript Fetch

Open-source JavaScript projects categorized as Fetch

Top 23 JavaScript Fetch Projects

  1. window.fetch polyfill

    A window.fetch JavaScript polyfill.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. node-fetch

    A light-weight module that brings the Fetch API to Node.js

    Project mention: Migrating node-fetch/form-data to Node.js native APIs | dev.to | 2024-07-27

    The release of Node v16.15.0 and v17.5.0 brought in the Fetch API and FormData. Before that, the node-fetch and form-data packages were used to use browser-like APIs in Node.js. To migrate node-fetch/form-data packages to Node.js native APIs, some changes can be made by removing import statements of 3rd-party packages, but there are important considerations to keep in mind when using Node.js features such as file system. This article outlines about migrating from node-fetch/form-data packages to Node.js native APIs.

  4. unfetch

    🐕 Bare minimum 500b fetch polyfill.

  5. react-refetch

    A simple, declarative, and composable way to fetch data for React components

  6. cross-fetch

    Universal WHATWG Fetch API for Node, Browsers and React Native.

  7. git-peek

    git repo to local editor instantly

  8. ky-universal

    Use Ky in both Node.js and browsers

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. i18next-http-backend

    i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.

    Project mention: react internationalization i18n | dev.to | 2024-08-01

    i18n // load translation using http -> see /public/locales // learn more: https://github.com/i18next/i18next-http-backend .use(Backend) // detect user language // learn more: https://github.com/i18next/i18next-browser-languageDetector .use(LanguageDetector) // pass the i18n instance to react-i18next. .use(initReactI18next) // init i18next // for all options read: https://www.i18next.com/overview/configuration-options .init({ ns: [ "translation", "header", "note", "settings", "zod", "custom", "introduce", "message", ], defaultNS: "translation", fallbackLng: "en", debug: false, detection: { caches: ["localStorage"], }, }); export default i18n;

  11. fetch-intercept

    Interceptor library for the native fetch command inspired by angular http intercepts.

  12. FlightRadarAPI

    :airplane: Unofficial SDK for FlightRadar24 for Python 3 and NodeJS

  13. svelte-boilerplate

    Svelte application boilerplate with Webpack, Babel, PostCSS, Sass, Fetch, Jest, .Env, EsLint. (by pankod)

  14. react-native-easy-app

    Simpler storage, Simpler fetch, Simpler UI

  15. CORSflare

    A lightweight JavaScript CORS Reverse Proxy designed to run in a Cloudflare Worker.

  16. eleventy-fetch

    Utility to cache any remote asset: Image, Video, Web Font, CSS, JSON, etc

  17. webpack-userscript-template

    template to build userscript with webpack

  18. i18next-locize-backend

    A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.

  19. devto-clone

    build a Clone with React. Create this awesome devto clone with React using styled-components. Learn to fetch API and render different articles of dev.to (by codebucks27)

  20. http

    An isomorphic http client for Svelte applications (by beyonk-group)

  21. react-redux-api-tools

    A set of tools to facilitate react-redux development and decouple logic from compontents

  22. manifetch

    A manifest-based fetch() API client builder.

  23. replika-diary-export

    Export your entire Replika diary including all images.

  24. AudioWorkletFetchWorker

    Control Fetch in SharedWorker from and stream data to AudioWorklet

  25. qr

    LoL auto-accept & insta-lock! (by GirkovArpa)

  26. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Fetch discussion

Log in or Post with

JavaScript Fetch related posts

  • How To Fetch (Get) HTML From Server 🛤️

    2 projects | dev.to | 14 Mar 2025
  • axios VS xior - a user suggested alternative

    2 projects | 9 Mar 2025
  • 🔥Best alternative to HTMX

    2 projects | dev.to | 16 Feb 2025
  • 🔥How to fetch HTML from server

    2 projects | dev.to | 12 Dec 2024
  • 🔥HMPL — best alternative to HTMX

    2 projects | dev.to | 14 Nov 2024
  • HMPL – template language for displaying UI from server to client

    3 projects | news.ycombinator.com | 9 Aug 2024
  • react internationalization i18n

    2 projects | dev.to | 1 Aug 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 21 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Fetch projects in JavaScript? This list will help you:

# Project Stars
1 window.fetch polyfill 25,846
2 node-fetch 8,833
3 unfetch 5,718
4 react-refetch 3,425
5 cross-fetch 1,679
6 git-peek 729
7 ky-universal 672
8 i18next-http-backend 476
9 fetch-intercept 413
10 FlightRadarAPI 316
11 svelte-boilerplate 292
12 react-native-easy-app 238
13 CORSflare 161
14 eleventy-fetch 156
15 webpack-userscript-template 146
16 i18next-locize-backend 72
17 devto-clone 63
18 http 45
19 react-redux-api-tools 40
20 manifetch 38
21 replika-diary-export 7
22 AudioWorkletFetchWorker 4
23 qr 4

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?