Facebook Engineering Blog
Relay: Declarative data for React applications

Relay: Declarative data for React applications

9/14/2015 · Timothy Yung

What this post added

Introduced Relay, a JavaScript framework for React applications that enables declarative data requirements. This allows for efficient batching of network requests, colocation of data requirements with rendering logic, and reduction of under-fetching and over-fetching, leading to fewer bugs and improved performance. Relay is currently in use at Facebook for web and mobile applications.

Read the original post ↗