Suspense lets you asynchronously load data, or any other code asynchronously, and declaratively specify a loading UI while the user is waiting. In this article, I'm going to focus on using Suspense for data fetching with an example using KendoReact Data Grid.