TypeScript Axios

Open-source TypeScript projects categorized as Axios

Top 23 TypeScript Axio Projects

  • openapi-typescript-codegen

    NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification

  • Project mention: Django 5.0 Is Released | news.ycombinator.com | 2023-12-04

    Iā€™d also add that if you use Typescript with an OpenAPI client generator (https://github.com/ferdikoomen/openapi-typescript-codegen) it can immensely alleviate some of the biggest pain points of seperate backend and front-end. It always used to be a major pain in the ass with the amount of overhead an API change would incur - updating documentation, postman, constant communication between backend and front-end devs, etc. Now I just npm run generate, I see new API changes in my Git client and Typescript errors for code that needs updating.

    Also, using a library like Tanstack Query or Rdtk Query can almost completely eliminate manual state management, and kinda makes the whole development experience feel almost like SSR.

  • alova

    Request strategy library for MVVM libraries such as Vue.js, React.js and Svelte.js

  • Project mention: How to customize alova's request adapter | dev.to | 2023-11-23

    The following is a tutorial for some chapters. If you want to learn more about the usage of alovajs, please come to alova official website to learn.

  • 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
  • auth-module

    Zero-boilerplate authentication support for Nuxt 2

  • tsrpc

    A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers.

  • Project mention: Tsrpc: A TypeScript RPC Framework | news.ycombinator.com | 2023-09-02
  • axios-auth-refresh

    Library that helps you implement automatic refresh of authorization via axios interceptors. You can easily intercept the original request when it fails, refresh the authorization and continue with the original request, without user even noticing.

  • openapi-zod-client

    Generate a zodios (typescript http client with zod validation) from an OpenAPI spec (json/yaml)

  • Project mention: How to Automatically Consume RESTful APIs in Your Frontend | dev.to | 2024-01-25

    Since the OpenAPI specification is language-agnostic, we can use the output to validate data in both our frontend and backend. This approach makes total sense since we can provide uniform validation rules on both sides of our stack. There are a few libraries out there that can help us with this task, such as typed-openapi or openapi-zod-client, which can take an OpenAPI definition as an input and transform it to zod schema definitons.

  • axios-cache-interceptor

    šŸ“¬ Small and efficient cache interceptor for axios. Etag, Cache-Control, TTL, HTTP headers and more!

  • 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
  • openapi-client-axios

    JavaScript client library for consuming OpenAPI-enabled APIs with axios

  • Project mention: Show HN: REST Alternative to GraphQL and tRPC | news.ycombinator.com | 2023-10-10

    Thanks for the feedback!

    There is a full interactive sandbox example on the front/landing page https://openapistack.co

    But point taken, will make sure code examples are visible on the overview page

  • retry-axios

    šŸ¦– A super flexible interceptor for Axios that makes it easy to retry requests.

  • openapi-ts

    āœØ Turn your OpenAPI specification into a beautiful TypeScript client

  • Project mention: Why, after 6 years, I'm over GraphQL | news.ycombinator.com | 2024-05-30

    different tool for different aspect.

    using OPENAPI, rpc, GQL types in client, etc to share typing (schema) information between client/server

    resolver/dataloader in GQL, eager join in ORM is to handler internal data composition

    presenter layer should not care about data composition, so that writing Query at presenter is an anti-pattern.

    presenter should fetch schema info & data passively, like what https://github.com/hey-api/openapi-ts did, the job of implementation belongs to backend.

    In fact what rest/rpc really need is the resolver and dataloader, to help backend easily extend or composing data together, and immediately transferring the schema & data to clients.

    pydantic-resolve is the python binding for this idea.

  • axios-cookiejar-support

    Add tough-cookie support to axios.

  • axios

    Axios module for Nest framework (node.js) šŸ—‚ (by nestjs)

  • Project mention: NestJS tip: how to inject multiple versions of the same provider into one module (e.g.: many Axios instances) | dev.to | 2023-07-09

    For example, when using the HttpModule module from @nestjs/axios we can use the dynamic module HttpModule.register() to configure our Axios instance. That module exposes a HttpService that has such configuration. But what if we want to have many Axios instances, each one with its own config and import everything in one module?

  • rapini

    :leafy_green: OpenAPI to React Query (or SWR) & Axios

  • nestjs-v10-webpack-boilerplate

    šŸŽØ Boilerplate for NestJS v10 with Webpack, Pnpm, Fastify, Swagger, Pino Logger, Airbnb JavaScript Guide, Google JSON Style, ESLint, Prettier, Editorconfig, Husky, Lint-Staged, Commitlint, Axios, Docker, Alias Path, Error Handling and Clustering

  • xior

    A lite request lib based on fetch with plugin support and similar API to axios.

  • Project mention: Xior.js: The Modern Axios | news.ycombinator.com | 2024-05-09
  • epic-free-games

    Wrapper to getting weekly free games with Epic Games API

  • axios-react

    šŸŒ HTTP client component for React based on Axios

  • omniscient

    Cutting-edge Full-stack AI Platform delivered as a SaaS (Software as a Service). Built on a robust technology stack, integrated with powerful APIs such as OpenAI and Replicate, offers a seamless experience for code generation, conversation simulation, image creation, music composition, and video generation. (by RicardoGEsteves)

  • Project mention: šŸš€ Introducing Omniscient: Empowering AI through SaaS | dev.to | 2024-01-07

    GitHub Repository: omniscient

  • typescript-e-commerce

    A React e-commerce app build with TypeScript, Sanity CMS, graphQL, process payment with Stripe-API, hosted on Netlify.

  • up-fetch

    Tiny & Composable fetch configuration tool with sensible default.

  • Project mention: Writing a fetch wrapper with typescript: in depth guide | dev.to | 2024-04-24

    I am the creator of up-fetch, a tiny configuration tool for the fetch API. Some of the code used in this guide comes from the repo

  • resreq

    šŸ­ Fetch-based onion model http client.

  • 4rest

    REST Client built on top of axios and zod packages

  • notify-me-solinca

    Mobile app developed with React Native using Expo, JWT authentication and Styled Components, to allow the clients of Solinca's fitness clubs to configure his/her favorite classes and clubs and receive a push notification when a spot is available for these classes and also easily check all the classes with available spots in the favorite clubs.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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).

TypeScript Axios discussion

Log in or Post with

TypeScript Axios related posts

  • Xior.js: The Modern Axios

    1 project | news.ycombinator.com | 9 May 2024
  • Show HN: SearchHN: Redefining the Hacker News Experience

    2 projects | news.ycombinator.com | 28 Feb 2024
  • What are the best practices for SSR with Vuejs and express to make SPA?

    2 projects | /r/vuejs | 22 May 2023
  • How to implement algolia index on documentation?

    2 projects | /r/nextjs | 4 Feb 2023
  • Make your apps cost efficient by caching APIs

    2 projects | dev.to | 22 Dec 2022
  • NestJs: Intercept axios responses and throw built-in HTTP errors for the exception filter

    2 projects | dev.to | 25 Oct 2022
  • .NET with React - what to choose between pure MVC, MVC with React or pure React (and .NET backend)?

    1 project | /r/csharp | 18 Sep 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more ā†’

Index

What are some of the best open-source Axio projects in TypeScript? This list will help you:

Project Stars
1 openapi-typescript-codegen 2,733
2 alova 2,548
3 auth-module 1,907
4 tsrpc 1,776
5 axios-auth-refresh 1,023
6 openapi-zod-client 646
7 axios-cache-interceptor 536
8 openapi-client-axios 521
9 retry-axios 476
10 openapi-ts 468
11 axios-cookiejar-support 310
12 axios 207
13 rapini 138
14 nestjs-v10-webpack-boilerplate 102
15 xior 91
16 epic-free-games 46
17 axios-react 45
18 omniscient 38
19 typescript-e-commerce 38
20 up-fetch 28
21 resreq 22
22 4rest 18
23 notify-me-solinca 17

Sponsored
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.io