Quick walkthrough to SuspenseList in React

added by JavaScript Kicks
11/13/2019 8:26:13 AM

1385 Views

Suspense for Data Fetching is a new feature starting from React 16.6 that lets you use to explicitly "wait" for, well, anything. It can wait for images, scripts, or other asynchronous work along with Data Fetching. SuspenseList helps coordinate many components that can be suspended, by orchestrating the order in which these components are revealed to the user.


0 comments