March 2017
Beginner to intermediate
500 pages
9h 41m
English
In the previous chapter, you got a ten thousand foot introduction to Relay/GraphQL, and learned why you should use the approach for your React application. With that out of the way, we can build our Todo React Native application and talk about the code as we go. By the end of this chapter, you should feel comfortable about how data moves around in a GraphQL centric architecture. Let's go.
I had originally planned to extend the Neckbeard News app that we worked on earlier, in this chapter. Instead, I decided that the TodoMVC example for Relay (https://github.com/relayjs/relay-examples) is a robust yet concise example that I would have trouble beating.
So, the plan is this: I'm going to walk ...
Read now
Unlock full access