awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
D

developit/redaxios

0
View on GitHub↗
0 stars·0 forks·3 views

Redaxios

[Axios] has a great API that developers love. Redaxios provides that API in 800 bytes, using native fetch().

Features

  • API Layer - Minimalist drop-in replacement for Axios.

Star history

Star history chart for developit/redaxiosStar history chart for developit/redaxios

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Redaxios

Similar open-source projects, ranked by how many features they share with Redaxios.
  • developit/unfetchdevelopit avatar

    developit/unfetch

    5,712View on GitHub↗

    unfetch is an isomorphic HTTP client and network library that provides a promise-based interface for performing network requests consistently across both browser and server environments. It serves as a lightweight implementation of the Fetch API for environments that lack native support for making network requests. The library enables the retrieval of web resources as text, JSON, or binary blobs while maintaining a small memory footprint. It functions as a polyfill by installing the fetch interface into the global namespace when native browser support is unavailable. The tool covers broad ca

    JavaScript
    View on GitHub↗5,712
  • elbywan/wretchelbywan avatar

    elbywan/wretch

    5,174View on GitHub↗

    Wretch is a chainable HTTP client library and Fetch API wrapper designed to simplify network request configuration, response parsing, and error handling. It functions as a network request manager and middleware framework for managing the end-to-end lifecycle of HTTP calls. The project is distinguished by a fluent interface for request configuration and a modular extension system. It utilizes a programmable response resolver to automate parsing and a plugin-based architecture to add new capabilities to request and response objects. The library covers a broad range of operational capabilities,

    TypeScript
    View on GitHub↗5,174
  • truework/gretchentruework avatar

    truework/gretchen

    330View on GitHub↗

    Making fetch happen in TypeScript.

    TypeScript
    View on GitHub↗330

Frequently asked questions

What does developit/redaxios do?

[Axios] has a great API that developers love. Redaxios provides that API in 800 bytes, using native fetch().

What are the main features of developit/redaxios?

The main features of developit/redaxios are: API Layer.

What are some open-source alternatives to developit/redaxios?

Open-source alternatives to developit/redaxios include: developit/unfetch — unfetch is an isomorphic HTTP client and network library that provides a promise-based interface for performing… elbywan/wretch — Wretch is a chainable HTTP client library and Fetch API wrapper designed to simplify network request configuration,… truework/gretchen — Making fetch happen in TypeScript.