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!