ReactIntermediate
Suspense
Declaratively specify loading states while async data fetches. Wrap any component tree in `<Suspense fallback={...}>` and React handles the loading/ready transition automatically.
ReactSuspenseLoadingAsync
View on React
Opens official documentation at react.dev