Beginning GraphQL: Fetch data faster and more efficiently whilst improving the overall performance of your web application

Brian Kimokoti

  • 出版商: Packt Publishing
  • 出版日期: 2018-07-26
  • 售價: $940
  • 貴賓價: 9.5$893
  • 語言: 英文
  • 頁數: 128
  • 裝訂: Paperback
  • ISBN: 1789610540
  • ISBN-13: 9781789610543
  • 相關分類: Web API
  • 下單後立即進貨 (約3~4週)

商品描述

Over-fetching and under-fetching data can negatively impact the performance of your web application. Future-proof your API structure and handle key development requirements by correctly defining types and schemas in GraphQL.

Key Features

  • Includes server-side implementations using GraphQL.js, Apollo, Graphcool, and Prisma
  • Understand an example client-side implementation of GraphQL in ReactJS using Apollo
  • Implement over 20 practical activities and exercises across 5 topics that enable you to efficiently use GraphQL in production

Book Description

Though fairly new, GraphQL is quickly rising in popularity when it comes to API development. This book will teach you everything you need to know to start building efficient APIs with GraphQL. You'll begin by learning to create a simple scaffold application using Node.js and Express. Then, you'll explore core GraphQL concepts and study how GraphQL integrates with other frameworks in real-life business applications. By the end of the book, you will be able to successfully create efficient client-server REST-like applications.

What you will learn

  • Understand core GraphQL concepts that can be used across different languages
  • Understand the overall structure of GraphQL applications
  • Use Apollo GraphQL for both server and client JavaScript applications
  • Understand the key differences between GraphQL and REST

Who this book is for

This book is ideal for developers who want to broaden their understanding of API development. Prior experience to JavaScript is required, with any prior work with React or Node.js being beneficial.

Table of Contents

  1. Understanding GraphQL Concepts
  2. Querying Real-Time Data
  3. Integrating GraphQL with Server-Side Applications Using the Apollo Client