This site runs best with JavaScript enabled.

React Suspense Workshop

Simplify your Async UI and improve your User Experience (EXPERIMENTAL)

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.

The end result is countless spinners and the dreaded FOLC (flash of loading content).

React Suspense is the answer to these problems.

React Suspense is a primitive built-into React that drastically simplifies asynchronous state management in our applications, and helps you avoid FOLC out of the box.

It's a bit of a different approach to managing these problems and understanding how it works is key to taking advantage of what it has to offer.

In this workshop, you'll learn how Suspense works under the hood, preparing you for the future of asynchronous state management.

PLEASE NOTE: This feature of React is currently experimental and is likely to change in a future release. You will be getting a preview of how this feature works currently.

When you are done you will:

  • know how Suspense works fundamentally
  • be able to write your own Suspense-based abstraction
  • understand the benefits and how to of "render as you fetch"
  • know how to use useTransition and useDeferredValue effectively
  • know how to write your own cache for suspense-based abstractions
  • know how to use <React.SuspenseList /> to coordinate multiple suspending components

Pre-requisites

Be the first to know when React Suspense is scheduled.

Get exclusive access to the best prices, discounts, and guarantee your spot at this workshop.