Full-Stack React, TypeScript, and Node - Second Edition: Build scalable and cloud-ready web applications using modern React, TypeScript, and Docker
暫譯: 全端開發:使用現代 React、TypeScript 和 Docker 建立可擴展且雲端就緒的網頁應用程式(第二版)

Choi, David, Yakar, Cihan

  • 出版商: Packt Publishing
  • 出版日期: 2026-06-29
  • 售價: $2,050
  • 貴賓價: 9.5$1,947
  • 語言: 英文
  • 頁數: 626
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1803235772
  • ISBN-13: 9781803235776
  • 相關分類: ReactTypeScriptNode.jsDocker
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Explore the evolving landscape of full-stack development with the latest web technologies to build production-ready React applications and deploy them using Docker on AWS.

Key Features:

- New Update: Chapters on monitoring, observability, and AI-assisted development

- Master the architecture of React 19 and modern single-page applications (SPAs)

- Containerize with Docker and Podman, automate workflows with CI/CD and deploy to the cloud

Book Description:

In the fast-paced world of web development, React is a widely used library for building applications, while Node.js and Express support scalable server-side solutions and web services. TypeScript enhances JavaScript projects with robustness and maintainability, making it an essential tool for large-scale applications.

This edition provides a hands-on guide to mastering these technologies, with new chapters and updated content that reflects current industry practices. Begin with a solid foundation in TypeScript to build high-quality web applications. Explore React 19, leveraging the Hooks API and Redux Toolkit for state management. Then transition to server-side development with Express, incorporating modern practices like JWT-based authentication and Prisma ORM for database management. A major focus of this edition is production readiness. Learn how to containerize your application with Docker and Podman, automate builds and tests with GitHub Actions, and deploy to the cloud.

New chapters add monitoring and observability with OpenTelemetry and Grafana plus a hands-on guide to AI-assisted development with LLM coding agents. Other updates include Vitest for testing and expanded content on Postgres and Prisma ORM.

By the end of this book, you will have built and deployed a comprehensive full-stack application, ready for production.

What You Will Learn:

- Build a full-stack application using React 19, TypeScript, and Node.js

- Apply TypeScript's key features to improve code quality and maintainability

- Build React apps with functional components, Hooks and Redux Toolkit

- Test frontend and backend code with Vitest and React Testing Library

- Set up an Express API with PostgreSQL and Prisma from scratch

- Secure your API with JWT authentication and authorization

- Containerize applications with Docker and Podman, then deploy to the cloud with CI/CD

- Add monitoring and observability, and explore AI-assisted development

Who this book is for:

This book is designed for experienced developers who are new to full-stack web development. It is ideal for those with production programming experience in any language looking to transition into building full-stack applications using modern web technologies. A good understanding of JavaScript is required.

Table of Contents

- Understanding TypeScript

- Explorlng TypeScript

- Building Better Apps with ES6+ Features

- Learning Single Page Application Concepts with React

- React Development with Hooks

- Learning Redux, Context, and React Router

- Testing with Vitest and React Testing Library

- Understanding Node.js

- Learning Express

- Database and Persistence with PostgreSQL + Prisma

- Authentication and Authorization

- Building the Full-Stack Application

- Deploying Full-Stack Applications

- Monitoring and Observability

- AI-Assisted Development with LLM Coding Agents

商品描述(中文翻譯)

探索全端開發的演變景觀,利用最新的網頁技術來構建可投入生產的 React 應用程式,並使用 Docker 在 AWS 上進行部署。

主要特點:
- 新更新:關於監控、可觀察性和 AI 輔助開發的章節
- 精通 React 19 的架構和現代單頁應用程式 (SPAs)
- 使用 Docker 和 Podman 進行容器化,利用 CI/CD 自動化工作流程並部署到雲端

書籍描述:
在快速變化的網頁開發世界中,React 是一個廣泛使用的應用程式構建庫,而 Node.js 和 Express 則支持可擴展的伺服器端解決方案和網頁服務。TypeScript 為 JavaScript 專案增強了穩健性和可維護性,使其成為大型應用程式的必備工具。

本版本提供了一個實用的指南,幫助讀者掌握這些技術,並包含反映當前行業實踐的新章節和更新內容。從 TypeScript 的堅實基礎開始,構建高品質的網頁應用程式。探索 React 19,利用 Hooks API 和 Redux Toolkit 進行狀態管理。然後轉向使用 Express 進行伺服器端開發,融入 JWT 基於的身份驗證和 Prisma ORM 進行資料庫管理等現代實踐。本版本的一個主要重點是生產就緒性。學習如何使用 Docker 和 Podman 進行應用程式容器化,利用 GitHub Actions 自動化構建和測試,並部署到雲端。

新章節增加了使用 OpenTelemetry 和 Grafana 進行監控和可觀察性,以及使用 LLM 編碼代理的 AI 輔助開發的實用指南。其他更新包括用於測試的 Vitest 和擴展的 Postgres 及 Prisma ORM 內容。

在本書結束時,您將構建並部署一個全面的全端應用程式,準備投入生產。

您將學到的內容:
- 使用 React 19、TypeScript 和 Node.js 構建全端應用程式
- 應用 TypeScript 的關鍵特性以改善代碼質量和可維護性
- 使用功能組件、Hooks 和 Redux Toolkit 構建 React 應用程式
- 使用 Vitest 和 React Testing Library 測試前端和後端代碼
- 從零開始設置一個使用 PostgreSQL 和 Prisma 的 Express API
- 使用 JWT 身份驗證和授權來保護您的 API
- 使用 Docker 和 Podman 進行應用程式容器化,然後利用 CI/CD 部署到雲端
- 增加監控和可觀察性,探索 AI 輔助開發

本書適合對象:
本書專為對全端網頁開發感興趣的經驗豐富的開發者設計。它非常適合那些在任何語言中具有生產編程經驗,並希望轉向使用現代網頁技術構建全端應用程式的人。需要對 JavaScript 有良好的理解。

目錄:
- 理解 TypeScript
- 探索 TypeScript
- 使用 ES6+ 特性構建更好的應用程式
- 使用 React 學習單頁應用程式概念
- 使用 Hooks 進行 React 開發
- 學習 Redux、Context 和 React Router
- 使用 Vitest 和 React Testing Library 進行測試
- 理解 Node.js
- 學習 Express
- 使用 PostgreSQL + Prisma 進行資料庫和持久性管理
- 身份驗證和授權
- 構建全端應用程式
- 部署全端應用程式
- 監控和可觀察性
- 使用 LLM 編碼代理進行 AI 輔助開發