React 學習手冊, 2/e (Learning React: Modern Patterns for Developing React Apps, 2/e)
Alex Banks, Eve Porcello 著 李旭峰 譯
- 出版商: 歐萊禮
- 出版日期: 2021-05-25
- 定價: $580
- 售價: 7.9 折 $458
- 語言: 繁體中文
- 頁數: 328
- 裝訂: 平裝
- ISBN: 9865027569
- ISBN-13: 9789865027568
-
相關分類:
React
- 此書翻譯自: Learning React: Modern Patterns for Developing React Apps, 2/e
立即出貨 (庫存 > 10)
買這商品的人也買了...
-
無瑕的程式碼-整潔的軟體設計與架構篇 (Clean Architecture: A Craftsman's Guide to Software Structure and Design)$580$452 -
React Native 學習手冊, 2/e (Learning React Native: Building Native Mobile Apps with JavaScript, 2/e)$580$458 -
TypeScript 程式設計 (Programming TypeScript)$580$458 -
網頁應用程式設計|使用 Node 和 Express, 2/e (Web Development with Node and Express, 2/e)$580$458 -
從 Hooks 開始,讓你的網頁 React 起來(iT邦幫忙鐵人賽系列書)$680$530 -
在 React 生態圈打滾的一年 feat.TypeScript(iT邦幫忙鐵人賽系列書)$550$429 -
JavaScript 無所不在 (JavaScript Everywhere: Building Cross-Platform Applications with Graphql, React, React Native, and Electron)$580$458 -
$862React 全家桶 : 前端開發與實例詳解 (Fullstack React: The Complete Guide to ReactJS and Friends) -
軟體架構原理|工程方法 (Fundamentals of Software Architecture: A Comprehensive Guide to Patterns, Characteristics, and Best Practices)$680$537 -
重新認識 Vue.js:008天絕對看不完的 Vue.js 3 指南$600$468 -
React + Node.js 開發實戰:從入門到項目上線$594$564 -
JavaScript 大全, 7/e (Javascript: The Definitive Guide: Master the World's Most-Used Programming Language, 7/e)$1,200$948 -
Clean Code 學派的風格實踐:開發可靠、可維護又強健的 JavaScript (Clean Code in JavaScript)$690$538 -
經理人之道:技術領袖航向成長與改變的參考指南 (The Manager's Path: A Guide for Tech Leaders Navigating Growth and Change)$480$379 -
大規模重構|奪回源碼庫的控制權 (Refactoring at Scale: Regaining Control of Your Codebase)$580$458 -
資料密集型應用系統設計 (Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems)$980$774 -
Spring Boot:建置與執行 (Spring Boot: Up and Running: Building Cloud Native Java and Kotlin Applications)$580$458 -
React 思考模式: 從 hook 入門到開發實戰(限門市銷售)$500$395 -
打通 RxJS 任督二脈:從菜雞前進老鳥必學的關鍵知識(iT邦幫忙鐵人賽系列書)$620$484 -
深入淺出設計模式, 2/e (Head First Design Patterns: Building Extensible and Maintainable Object-Oriented Software, 2/e)$980$774 -
跟著 Docker 隊長,修練 22天就精通 - 搭配 20小時作者線上教學,無縫接軌 Microservices、Cloud-native、Serverless、DevOps 開發架構$880$695 -
TypeScript 邁向專家之路:零基礎 JavaScript 打通 Angular、React 與 Vue.js 前端框架實戰 (Essential TypeScript: From Beginner to Pro)$880$695 -
從機器學習到人工智慧|寫給 Android/iOS 程式師的 ML/AI 開發指南 (AI and Machine Learning for On-Device Development: A Programmer's Guide)$620$490 -
TypeScript 學習手冊 (Learning Typescript: Enhance Your Web Development Skills Using Type-Safe JavaScript)$580$458 -
JavaScript 設計模式學習手冊, 2/e (Learning JavaScript Design Patterns: A JavaScript and React Developer's Guide, 2/e)$580$458
相關主題
商品描述
建構現代的React應用
「這是前端社群期盼已久的React專書。Alex與Eve不只深入討論了React的運作原理,還涵蓋了諸如JavaScript中的函式導向程式設計、測試除錯、狀態管理等等重要主題。此外,本書的解說不只平易近人,亦夾雜了作者的幽默筆法。我願意毫無保留地推薦這本書。」
-Emma Bostian
Spotify軟體工程師
本書將傳授您如何建構高效能的React應用。我們預設的讀者是那些已經掌握了JavaScript、CSS與HTML基礎知識,但卻未必了解React與函式導向JavaScript的網頁工程師。換言之,即使您尚未使用過React,也能從本書中得到充分指引,熟悉當代最佳化的React實作模式。
在作者Alex Banks與Eve Procello的知識地圖中,讀者將學習到如何使用React建構起一個無需時時刷新頁面、資料驅動導向且兼具動態與高效能的使用者介面。此外,讀者也將理解到函式導向程式設計原理,以及最新ECMAScript語法功能。
一旦掌握了本書所傳授的實務技巧,您將會讚嘆React能為專案帶來的巨大貢獻。
本書的學習目標包含:
‧了解函式導向程式設計的理念,並透過JavaScript實作
‧了解React在瀏覽器中的運作原理
‧透過React元件建構起應用的表現層
‧妥善管理應用中的數據流動,並有效除錯
‧使用React的Hook機制管理狀態與存取資料
‧使用React的Router機制優化一頁式網頁應用
‧結合伺服器端的功能強化React應用
作者簡介
Alex Banks與Eve Procello 是資深軟體工程師、技術書籍作者及程式導師。他們服務於Moon Highway公司,並在世界各地教授JavaScript、Node.js、React以及GraphQL等相關技術。除此之外,他們亦曾為O'Reilly、Linkedin Learning以及egghead.io製作各式教材及教學影片。
目錄大綱
前言
譯者序
第一章 歡迎來到React
第二章 JavaScript與React
第三章 函式導向程式設計與JavaScript
第四章 React 的運作原理
第五章 JSX 與React
第六章 React 的狀態管理
第七章 使用更多React Hook 優化元件
第八章 整合資料
第九章 Suspense
第十一章 React Router
第十二章 React 與伺服器
索引









