ooade / use-fetch-hook

A custom hook to fetch and cache data

Home Page:https://use-fetch.dev.adegbuyi.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Clone repo:

SSH:

git clone git@github.com: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!

About

A custom hook to fetch and cache data

https://use-fetch.dev.adegbuyi.me


Languages

Language:JavaScript 73.2%Language:HTML 14.2%Language:CSS 12.6%