website/versioned_docs/version-v15.0.0/migration-and-compatibility/suspense-compatibility.md
import DocsRating from '@site/src/core/DocsRating';
Relay Hooks uses React Suspense for specifying loading states, so you might be wondering: Why is that the case if Suspense for Data Fetching is still not supported? Does this mean that Suspense for Data Fetching is officially supported now in React 17?
The short answer is: NO.
Support, general guidance, and requirements for usage of Suspense for Data Fetching are still not ready, and the React team is still defining what this guidance will be for upcoming React releases.
With that said, even though there are still things to figure out before Suspense for Data Fetching can be broadly implemented and adopted, we released Relay Hooks on React 17 for a few reasons:
What this means for users adopting Relay Hooks is: