Axios
Promise-based HTTP client for the browser and Node.js — interceptors, automatic JSON transforms, and request cancellation.
Axios wraps XMLHttpRequest and Node’s http module behind a clean promise API. Its interceptor system lets you attach auth headers, log requests, or retry on failure globally. Despite the Fetch API’s rise, Axios remains dominant in Vue and Angular projects for its ergonomics.
// commonly used with
Declarative UI library from Meta for building component-based web interfaces.
Full-featured TypeScript framework from Google — opinionated, batteries-included, built for …
Progressive JavaScript framework for building UIs — approachable, flexible, and incrementally …
React framework with file-based routing, SSR, SSG, and API routes — the standard for production …
Full-stack Vue framework with SSR, file-based routing, and auto-imports — the standard way to …
Progressive Node.js framework inspired by Angular — decorators, dependency injection, and …
// related libraries
Powerful async state management for server data — caching, background refetching, pagination, …