useFetch: React custom hook for Fetch API with Suspense and Concurrent Mode in Mind

Daishi Kato
ITNEXT
Published in
5 min readFeb 3, 2019

--

Until we have react-cache or for a different purpose.

Introduction

While I don’t feel like coding React without hooks, react-cache still seems to be still far away. Surely, caching in data fetching important, nevertheless I would like to seek possibilities of implementations only with React…

--

--