website/versioned_docs/version-v20.1.0/home.md
import DocsRating from '@site/src/core/DocsRating'; import {OssOnly, FbInternalOnly} from 'docusaurus-plugin-internaldocs-fb/internal';
Relay is a powerful GraphQL client for React. It embodies years of learning to give you outstanding performance by default while keeping your code scalable and maintainable.
Relay brings the composability of React components to data fetching. Each component declares its own data needs, and Relay combines them into efficient pre-loadable queries. Every aspect of its design is to make the natural way of writing components also the most performant.