Community Learning Resources
Guides and articles:​
- How to use @argumentsDefinitions to define local variables to your fragments (by Entria)
- Deep Dive of Updater Relay Store function. How to update your store properly after a mutation or subscription (by Entria)
- Optimistic Update: how to update your UI before server responds (by Entria)
- Relay Network Deep Dive - how to incrementally improve your network layer to manage complex data fetching requirements (by Entria)
- Relay Modern with TypeScript - how to configure Relay Modern to make it with TypeScript (by @sibelius)
- Collection of random thoughts and discoveries around Relay
Relay example projects​
These projects serve as an example of how to use Relay in real world applications. Some of them are even with educational videos.
- github.com/relayjs/relay-examples
- github.com/adeira/relay-example
- github.com/juffalow/react-relay-example
Learn basics​
Here, you will find articles written by Relay community. They are touching basic topic which are necessary for your daily work.