Open Source Archives - Software Engineering Daily
Open Source Archives - Software Engineering Daily
Open Source Archives - Software Engineering Daily
GraphQL and Relay with Nick Schrock
1 hour 1 minutes Posted Sep 19, 2015 at 5:01 am.
0:00
1:01:19
Download MP3
Show notes

nick-schrock

GraphQL is a query language for managing client-server interactions.

Relay is a new way of structuring client applications that co-locates data fetching with view logic.

These technologies complement the paradigm shift of React and other Facebook technologies.

Nick Schrock is the co-creator of GraphQL and an engineer on product infrastructure at Facebook.

Questions

  • How does REST manage client server interaction?
  • Before GraphQL, how did Facebook deal with typical client-server issues?
  • If a developer wants to work with GraphQL, do they need to use Relay as well?
  • Could you describe a mutation in Relay?
  • Why do Relay and GraphQL work nicely with React?
  • How does GraphQL fit into the Flux architecture?

Links

The post GraphQL and Relay with Nick Schrock appeared first on Software Engineering Daily.