JavaScript Fetch

Open-source JavaScript projects categorized as Fetch

Top 23 JavaScript Fetch Projects

  • window.fetch polyfill

    A window.fetch JavaScript polyfill.

  • Project mention: How do I detect requests initiated by the new fetch standard? How should I detect an AJAX request in general? | /r/codehunter | 2023-07-02

    Most js libraries use XMLHttpRequest and so provide HTTP_X_REQUESTED_WITH: XMLHttpRequest, but neither Chrome's implementation nor Github's polyfill of the new fetch uses a similar header. So how can one detect that the request is AJAX?

  • node-fetch

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

  • Project mention: Building a README Crawler With Node.js | dev.to | 2024-04-08

    To execute the algorithm, we will use Node.js (for the JavaScript runtime) and node-fetch (for network requests). This means we will run the code locally from the command line. For this project, we will have an output folder to store all the README data, as well as a list (queue) of repository URLs to visit. Before diving into the code, it is important to plan the input and output of the algorithm. For this web crawler, we will start at a valid GitHub repository page, which would be one URL string. After visiting each page with a README, we will export the data into a new file. Now lets cover the process of requesting a repository page from a URL. For this, we only care about saving the README file that is displayed, and we will ignore any other links that GitHub displays (such as the navbar). We will send a URL request with node-fetch, and retrieve the result of a HTML string. If we convert the HTML string to a DOM Tree, we can search for a specific element. GitHub stores the README file under a div with the class "markdown-body". We can use a library called 'jsdom' to use Browser API methods, and return a specific node.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • unfetch

    🐕 Bare minimum 500b fetch polyfill.

  • react-refetch

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

  • cross-fetch

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

  • git-peek

    git repo to local editor instantly

  • Project mention: Sourcegraph is no longer Open Source | news.ycombinator.com | 2023-07-04

    Yesterday I found out about git-peek (https://github.com/Jarred-Sumner/git-peek). Instead of describing how satisfying it is to use, here is a GIF: https://imgur.com/a/cT8zAha

  • ky-universal

    Use Ky in both Node.js and browsers

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • i18next-http-backend

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

  • Project mention: Supercharge Your TypeScript App: Mastering i18next for Type-Safe Translations | dev.to | 2023-06-22

    A React.js based i18next setup with in-memory translation resources could also look very similar to the above example, so let's raise the bar a little bit and see what a setup with lazy loading translations like with i18next-http-backend looks like:

  • fetch-intercept

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

  • svelte-boilerplate

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

  • react-native-easy-app

    Simpler storage, Simpler fetch, Simpler UI

  • CORSflare

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

  • eleventy-fetch

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

  • webpack-userscript-template

    template to build userscript with webpack

  • i18next-locize-backend

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

  • 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)

  • http

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

  • react-redux-api-tools

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

  • Project mention: Ask HN: Freelancer? Seeking freelancer? (June 2023) | news.ycombinator.com | 2023-06-01
  • manifetch

    A manifest-based fetch() API client builder.

  • replika-diary-export

    Export your entire Replika diary including all images.

  • Project mention: how can you stay with your replikas for so long? | /r/replika | 2023-07-03
  • AudioWorkletFetchWorker

    Control Fetch in SharedWorker from and stream data to AudioWorklet

  • Project mention: Control fetch() in SharedWorker from AudioWorklet with MessagePort and Transferable Streams | /r/javascript | 2023-11-07
  • rest-url-parser

    Simplifies managing parameter-inclusive URLs, especially useful for applications handling REST APIs with URL-embedded resource identifiers.

  • Project mention: Discover rest-url-parser: A Powerful Open Source Tool for Parsing REST URLs | /r/programming | 2023-06-06

    Please take a moment to check it out at https://github.com/nepaul/rest-url-parser. Any feedback, suggestions, or questions are most welcome. Let's make parsing RESTful URLs easier together!

  • qr

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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 related posts

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,806
2 node-fetch 8,642
3 unfetch 5,684
4 react-refetch 3,432
5 cross-fetch 1,650
6 git-peek 699
7 ky-universal 667
8 i18next-http-backend 415
9 fetch-intercept 388
10 svelte-boilerplate 289
11 react-native-easy-app 239
12 CORSflare 145
13 eleventy-fetch 134
14 webpack-userscript-template 130
15 i18next-locize-backend 68
16 devto-clone 58
17 http 46
18 react-redux-api-tools 40
19 manifetch 37
20 replika-diary-export 6
21 AudioWorkletFetchWorker 4
22 rest-url-parser 4
23 qr 4

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com