Egghead.io – Use Suspense To Simplify Your Async Ui

Egghead.io – Use Suspense To Simplify Your Async Ui-APoLLo
English | Size: 510.57 MB
Category: Tutorial


One of the biggest challenges to writing software for the web is dealing with asynchrony, but we have to deal with it all the time.

This leads to a bunch of boilerplate code for handling loading and error states just to get the data we need to show the user– whether the data comes from a remote endpoint or from browser APIs like geolocation and Bluetooth.