Skip to content

useFetch - React hook helper to use the fetch api

License

Notifications You must be signed in to change notification settings

ruchernchong/use-fetch

Repository files navigation

UseFetch

A React Hook helper for the fetch API

Installation

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

Usage

import useFetch from '@ruchernchong/use-fetch'