axios

Promise based HTTP client for the browser and node.js (by axios)

Axios Alternatives

Similar projects and alternatives to axios

  1. Next.js

    2,329 axios VS Next.js

    The React Framework

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. React

    1,933 axios VS React

    The library for web and native user interfaces.

  4. Tailwind CSS

    1,503 axios VS Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  5. TypeScript

    1,421 axios VS TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  6. node

    1,210 axios VS node

    Node.js JavaScript runtime βœ¨πŸ’πŸš€βœ¨

  7. vite

    906 axios VS vite

    Next generation frontend tooling. It's fast!

  8. Express

    776 axios VS Express

    Fast, unopinionated, minimalist web framework for node.

  9. 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
  10. create-react-app

    604 axios VS create-react-app

    Set up a modern web app by running one command.

  11. react-native

    A framework for building native applications using React

  12. jest

    520 axios VS jest

    Delightful JavaScript Testing.

  13. Strapi

    502 axios VS Strapi

    πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

  14. puppeteer

    391 axios VS puppeteer

    JavaScript API for Chrome and Firefox

  15. redux

    302 axios VS redux

    A JS library for predictable global state management

  16. SWR

    256 axios VS SWR

    React Hooks for Data Fetching

  17. react-hook-form

    245 axios VS react-hook-form

    πŸ“‹ React Hooks for form state management and validation (Web + React Native)

  18. lodash

    212 axios VS lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

  19. react-query

    191 axios VS react-query

    Discontinued πŸ€– Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]

  20. react-router

    185 axios VS react-router

    Declarative routing for React

  21. node-fetch

    93 axios VS node-fetch

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

  22. request

    62 axios VS request

    🏊🏾 Simplified HTTP request client.

  23. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better axios alternative or higher similarity.

axios discussion

Log in or Post with
  1. User avatar
    TigranAvagyan18
    Β· 11 months ago
    Β· Reply

    Review β˜…β˜…β˜…β˜…β˜… 10/10

axios reviews and mentions

Posts with mentions or reviews of axios. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-12.
  • How to Handle File Uploads with Node.js and Express - Multer Edition
    6 projects | dev.to | 12 May 2025
    For this tutorial, we're going to scan the file for malware using Verisys Antivirus API, and so we'll add a package to make it easier to make external HTTP requests. Popular choices include Axios and node-fetch - for this article, we'll use node-fetch.
  • React's useEffect vs. useSWR: Exploring Data Fetching in React.
    3 projects | dev.to | 3 Apr 2025
    The concept of data fetching in React applications is of high importance as it is often necessary to fetch data from an external source, such as an API or a database, and use that data to render components. React provides several ways to fetch data, including the built-in fetch method and popular third-party library Axios. One popular approach to data fetching in React is to use hooks like useEffect and useSWR from the swr third-party npm package. These hooks allow developers to fetch data and manage its state within a component, making it easy to update the UI in response to changes in the data.
  • My Type of Library: Axios TypeScript Conversion
    2 projects | dev.to | 1 Apr 2025
    This is the first post in an ad-hoc series where I convert libraries to TypeScript, and analyze the results. In the same vein as my re-conversion of the Turbo Framework to TypeScript, I decided to take a popular JavaScript library, this time one that had always been in JavaScript, and see what converting the codebase to TypeScript revealed. I chose Axios, because it’s:
  • How To Fetch Data From API In React JS Axios
    1 project | dev.to | 26 Mar 2025
    Axios Official Documentation – The official docs are always the best place to start for the latest updates and best practices.
  • How To Use React JS In a Laravel Project
    3 projects | dev.to | 19 Mar 2025
    Axios: This library is great for making HTTP requests from React to your Laravel backend. More details can be found on Axios GitHub.
  • How To Post Data To an API In React JS
    1 project | dev.to | 17 Mar 2025
    Axios Documentation: Axios Docs The official Axios site provides a complete guide on how to install and use Axios, along with advanced configuration options.
  • Understanding Asynchronous Programming in JavaScript
    1 project | dev.to | 13 Mar 2025
    Fetching Data from APIs: Use fetch or libraries like Axios to make HTTP requests.
  • How to Build a Portfolio Website with React
    13 projects | dev.to | 13 Mar 2025
    Axios: Axios is a well-known library that is mostly used to send asynchronous HTTP queries to REST endpoints. When performing CRUD activities, this library comes in quite handy. Using this library, you can talk to the backend. To keep your portfolio dynamic, we'll use Axios to fetch your latest content from ButterCMS, keep your portfolio data up to date, and handle API requests efficiently.
  • An Android Developer's Guide to React Native
    4 projects | dev.to | 12 Mar 2025
    Fetch or axios for API calls
  • How To Use Axios In React JS
    1 project | dev.to | 11 Mar 2025
    Axios GitHub Repository
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 13 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Stats

Basic axios repo stats
480
106,824
9.1
4 days ago

axios/axios is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of axios is JavaScript.


Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

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