for Data Fetching is a new feature that lets you also use <Suspense> to declaratively “wait” for anything else, including data. This page focuses on the data fetching use case, but it can also wait for images, scripts, or other asynchronous work. https://reactjs.org/docs/concurrent-mode-suspense.html 公式には以下のように書いてある