Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruchernchong/use-fetch

useFetch - React hook helper to use the fetch api
https://github.com/ruchernchong/use-fetch

react-hook typescript

Last synced: about 10 hours ago
JSON representation

useFetch - React hook helper to use the fetch api

Awesome Lists containing this project

README

        

# UseFetch

A React Hook helper for the `fetch` API

## Installation

```shell
npm install @ruchernchong/use-fetch
yarn add @ruchernchong/use-fetch
pnpm add @ruchernchong/use-fetch
```

## Usage

```js
import useFetch from '@ruchernchong/use-fetch'
```