cache-fetcher
GitHubGitHub (opens in a new tab)
  • Introduction
  • Quick Start
  • API
  • Introduction
    • What is cache-fetcher?
    • Install
  • Quick Start
  • API

On This Page

  • What is cache-fetcher?
  • Install
Question? Give us feedback → (opens in a new tab)Edit this page
Introduction

Introduction

What is cache-fetcher?

It's a dead simple and opinionated data fetcher for JavaScript and React. It uses axios (opens in a new tab) (specifically redaxios (opens in a new tab)) under the hood.

Install

npm:

npm i cache-fetcher

yarn:

yarn add cache-fetcher

pnpm:

pnpm add cache-fetcher
Quick Start

Copyright © 2023 Frolleks | MIT License