Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
Axios
Promise-based HTTP client for the browser and Node.js with interceptors, automatic transforms, and cancellation
TanStack Query
Hooks-based async state management for fetching, caching, and syncing server data in React.
node-fetch
A lightweight, spec-compliant implementation of the browser Fetch API for Node.js
undici
A fast, spec-compliant HTTP/1.1 client for Node.js, built from scratch with zero runtime dependencies
core-js
Modular standard library and polyfills for JavaScript, from ECMAScript features to proposals and web standards.
SWR
React Hooks for data fetching with built-in caching, revalidation, and real-time updates
i18next-http-backend
An i18next backend plugin that loads translation resources over HTTP using fetch or XMLHttpRequest, for Node.js, browsers, and Deno.
whatwg-fetch
A lightweight polyfill bringing the window.fetch API to browsers that lack native support
got
Human-friendly and powerful HTTP request library for Node.js, with retries, streams, pagination, and RFC 7234 caching built in.
openapi-ts
OpenAPI-to-TypeScript code generator producing production-grade SDKs, Zod schemas, and TanStack Query hooks.
cross-fetch
Universal WHATWG Fetch API ponyfill for Node, browsers, and React Native
graphql-yoga
A fully-featured, spec-compliant GraphQL server built on the WHATWG Fetch API, running anywhere from Node to Cloudflare Workers.
http-cookie-agent
Adds tough-cookie-based cookie jar support to Node.js global fetch, undici, axios, node-fetch, and other HTTP clients.
react-infinite-scroll-hook
A tiny React hook for building infinite-scroll UIs with IntersectionObserver.
fetch-intercept
Lightweight interceptor library that lets you hook into every fetch request and response, in the browser, Node, or a web worker.