1. React
  2. ReactEurope
  3. 2015
  4. Relay: An Application Framework For React

Relay: An Application Framework For React

Joseph Savona at ReactEurope 2015

Relay is a new framework from Facebook that enables declarative data fetching & updates for React applications. Relay components use GraphQL to specify their data requirements, and compose together to form truly modular applications. This talk will explore the problems Relay solves, its architecture and the query lifecycle, and how can you use Relay to build more scalable apps. We’ll also see examples of how Relay powers applications as complex as the Facebook News Feed.