use-fetch-hook icon indicating copy to clipboard operation
use-fetch-hook copied to clipboard

A custom hook to fetch and cache data

Use Fetch Hook

TLDR; This repo shows how to build a custom hook to fetch and cache data!

Here's a deployed version of this example on Netlify!

I wrote a piece about it on Smashing Magazine.

Contents

  • Installation
  • Run locally

Installation

Clone repo:

SSH:

git clone [email protected]:ooade/use-fetch-hook.git
cd use-fetch-hook

or

HTTPS:

git clone https://github.com/ooade/use-fetch-hook.git
cd use-fetch-hook

Run locally

Start a live-reload development server:

yarn start

If you have any question, feel free to reach out to me!