Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learning GraphQL and Relay

Posted By: Grev27
Learning GraphQL and Relay

Samer Buna, "Learning GraphQL and Relay"
English | ISBN: 1786465752 | 2016 | PDF/EPUB/MOBI | 218 pages | 9 MB/9 MB/13 MB

Key Features
Take your React applications to the next level with GraphQl and Relay
Explore the concepts of data fetching, data handling, and more
Learn to deploy your applications, which are compliant with GraphQl and Relay
Book Description
There’s a new choice for implementing APIs – the open source and Facebook-created GraphQL specification. Designed to solve many of the issues of working with REST, GraphQL comes alongside RelayJS, a React library for querying a server that implements the GraphQL specification. This book takes you quickly and simply through the skills you need to be able to build production ready applications with both GraphQL and RelayJS.

Beginning with a solid foundation in the GraphQl specification, this book swiftly moves to how a data layer can be implemented for your web application using Relay. Get to grips with GraphQL and Relay concepts creating data containers, data masking, and more as your progress towards building a production-ready application.

What you will learn
Understand what problem GraphQL solves and how it differs from traditional REST architectures
Create a GraphQL server
Develop modular and maintainable GraphQL code
Grasp how to define GraphQL mutations
Comprehend how to define GraphQL queries
Modify a GraphQL server to be Relay-compliant
Develop a Relay client-side application with ReactJS that consumes a GraphQL endpoint