Full-Stack Web Development with GraphQL and React : Taking React from frontend to full-stack with GraphQL and Apollo (2ND)

個数:

Full-Stack Web Development with GraphQL and React : Taking React from frontend to full-stack with GraphQL and Apollo (2ND)

  • オンデマンド(OD/POD)版です。キャンセルは承れません。
  • ≪洋書のご注文について≫ 「海外取次在庫あり」「国内在庫僅少」および「国内仕入れ先からお取り寄せいたします」表示の商品でもクリスマス前(12/20~12/25)および年末年始までにお届けできないことがございます。あらかじめご了承ください。

  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 472 p.
  • 言語 ENG
  • 商品コード 9781801077880
  • DDC分類 006.76

Full Description

Unleash the power of GraphQL, React 17, Node, and Express to build a scalable and production-ready application from scratch to be deployed on AWS

Key Features

Build full-stack applications with modern APIs using GraphQL and React Hooks
Integrate Apollo into React and build frontend components using GraphQL
Implement a self-updating notification pop-up with a unique GraphQL feature called Subscriptions

Book DescriptionReact and GraphQL, when combined, provide you with a very dynamic, efficient, and stable tech stack to build web-based applications. GraphQL is a modern solution for querying an API that represents an alternative to REST and is the next evolution in web development.

This book guides you in creating a full-stack web application from scratch using modern web technologies such as Apollo, Express.js, Node.js, and React. First, you'll start by configuring and setting up your development environment. Next, the book demonstrates how to solve complex problems with GraphQL, such as abstracting multi-table database architectures and handling image uploads using Sequelize. You'll then build a complete Graphbook from scratch. While doing so, you'll cover the tricky parts of connecting React to the backend, and maintaining and synchronizing state. In addition to this, you'll also learn how to write Reusable React components and use React Hooks. Later chapters will guide you through querying data and authenticating users in order to enable user privacy. Finally, you'll explore how to deploy your application on AWS and ensure continuous deployment using Docker and CircleCI.

By the end of this web development book, you'll have learned how to build and deploy scalable full-stack applications with ease using React and GraphQL.

What you will learn

Build a GraphQL API by implementing models and schemas with Apollo and Sequelize
Set up an Apollo Client and build frontend components using React
Write Reusable React components and use React Hooks
Authenticate and query user data using GraphQL
Use Mocha to write test cases for your full-stack application
Deploy your application to AWS using Docker and CircleCI

Who this book is forThis React GraphQL book is for web developers familiar with React and GraphQL who want to enhance their skills and build full-stack applications using industry standards like React, Apollo, Node.js, and SQL at scale while learning to solve complex problems with GraphQL.

Contents

Table of Contents

Preparing Your Development Environment
Setting Up GraphQL with Express.js
Connecting to the Database
Hooking Apollo into React
Reusable React Components and React Hooks
Authentication with Apollo and React
Handling Image Uploads
Routing in React
Implementing Server-Side Rendering
Real-Time Subscriptions
Writing Tests for React and Node.js
Continuous Deployment with CircleCI and AWS