Relay is a JavaScript framework for building data-driven React applications.
Learn how to use Relay in your own project.
The repository comes with an implementation of TodoMVC. To try it out:
git clone https://github.com/facebook/relay.git
cd relay/examples/todo && npm install
npm start
Then, just point your browser at http://localhost:3000
.
We actively welcome pull requests, learn how to contribute.
Relay is BSD licensed. We also provide an additional patent grant.