Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 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 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Beginning GraphQL

    Posted By: AlenMiler
    Beginning GraphQL

    Beginning GraphQL: Fetch data faster and more efficiently whilst improving the overall performance of your web application by Brian Kimokoti
    English | 26 July 2018 | ISBN: 1789610540 | 128 Pages | EPUB | 2.88 MB

    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
    Understanding GraphQL Concepts
    Querying Real-Time Data
    Integrating GraphQL with Server-Side Applications Using the Apollo Client