Data Fetching with React Suspense
Overview
Suspense lets components "wait" for something before they can render. It suspends(you could guess that from the name) component rendering if data needs to be pulled from external resources, external API, or the backend. It is a declarative w...
asaniyan.hashnode.dev2 min read
Blossom
I write about tech and productivity
This is simple to digest and gives a quick intro to what suspense in react is