Learning React: A Hands-On Guide to Building Maintainable, High-Performing Web Application User Interfaces Using the React JavaScript Library
暫譯: 學習 React:使用 React JavaScript 函式庫構建可維護、高效能的網頁應用程式使用者介面的實作指南
Kirupa Chinnathambi
- 出版商: Addison Wesley
- 出版日期: 2016-11-25
- 定價: $1,400
- 售價: 6.0 折 $840
- 語言: 英文
- 頁數: 240
- 裝訂: Paperback
- ISBN: 0134546318
- ISBN-13: 9780134546315
-
相關分類:
React
-
其他版本:
Learning React: A Hands-On Guide to Building Web Applications Using React and Redux (2nd Edition)
買這商品的人也買了...
-
JavaScript 精緻範例辭典$450$383 -
網路滲透測試$520$411 -
太陽光電─世界五強爭霸戰$320$304 -
Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380 -
Effective JavaScript 中文版 | 駕馭 JavaScript 的 68 個具體作法 (Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript)$450$356 -
世界第一簡單實驗設計$280$238 -
超圖解 Arduino 互動設計入門, 2/e$680$578 -
Node.js 實戰手冊 (Node.js in Action)$520$411 -
USB轉TTL序列埠模組$80$76 -
$305圖解機器學習 -
忍者:JavaScript 開發技巧探秘 (Secrets of the JavaScript Ninja)$590$460 -
讓響應式(RWD)網頁設計變簡單:Bootstrap開發速成 (附135分鐘專題影音教學)$420$332 -
適應式網頁設計|運用漸進增強的觀點提升使用者體驗, 2/e$400$340 -
Raspberry Pi 嵌入式系統入門與應用實作$480$379 -
打造成功 UI/UX 的 50 個關鍵:用魔鬼的細節創造極致使用者體驗$480$374 -
Python + Spark 2.0 + Hadoop 機器學習與大數據分析實戰$680$530 -
網站擷取|使用 Python (Web Scraping with Python: Collecting Data from the Modern Web)$580$458 -
$594Vue.js 權威指南 -
The Pocket Universal Principles of Design: 150 Essential Tools for Architects, Artists, Designers, Developers, Engineers, Inventors, and Makers$700$665 -
UX 從新手開始|使用者體驗的 100堂必修課 (UX for Beginners: A Crash Course in 100 Short Lessons)$480$379 -
JavaScript 學習手冊, 3/e (Learning JavaScript: Add Sparkle and Life to Your Web Pages, 3/e)$580$458 -
$2,160Physically Based Rendering : From Theory to Implementation, 3/e (Hardcover) -
高效率資料分析|使用 Python (Foundations for Analytics with Python)$580$458 -
前端&行動網頁設計速成班-Bootstrap 4 + CSS3 + HTML5 + JavaScript$520$411 -
你所不知道的 JS|ES6 與未來發展 (You Don't Know JS: ES6 & Beyond)$520$411
相關主題
商品描述
As far as new web frameworks and libraries go, React is quite the runaway success. It not only deals with the most common problems developers face when building complex apps, it throws in a few additional tricks that make building the visuals for such apps much, much easier.
What React isn’t, though, is beginner-friendly and approachable. Until now. In Learning React, author Kirupa Chinnathambi brings his fresh, clear, and very personable writing style to help you understand the fundamentals of React and how to use it to build really performant (and awesome) apps.
- Build your first React app
- Create components to define parts of your UI
- Combine components into other components to build more complex UIs
- Use JSX to specify visuals without writing full-fledged JavaScript
- Deal with maintaining state
- Work with React’s way of styling content
- Make sense of the mysterious component lifecycle
- Build multi-page apps using routing and views
- Optimize your React workflow using tools such as Node, Babel, webpack, and others
Chapter 2 Building Your First React App
Chapter 5 Creating Complex Components
Chapter 6 Transferring Properties (Props)
Chapter 7 Meet JSX–Again!
Chapter 8 Dealing with State
Chapter 9 Going from Data to UI
Chapter 10 Working with Events
Chapter 11 The Component Lifecycle
Chapter 12 Accessing DOM Elements
Chapter 13 Creating a Single-Page App Using React Router
Chapter 14 Building a Todo List App
Chapter 15 Setting Up Your React Development Environment
Chapter 16 The End
商品描述(中文翻譯)
**學習 React**
**一本實用指南,教你如何使用 React JavaScript 函式庫構建可維護且高效能的網頁應用程式使用者介面**
在新興的網頁框架和函式庫中,React 可謂是一匹黑馬。它不僅解決了開發者在構建複雜應用程式時所面臨的最常見問題,還提供了一些額外的技巧,使得構建這類應用程式的視覺效果變得更加簡單。
然而,React 並不是對初學者友好且易於接觸的。直到現在。在**學習 React**中,作者 Kirupa Chinnathambi 以其新穎、清晰且非常親切的寫作風格,幫助你理解 React 的基本概念,以及如何使用它來構建真正高效能(且令人驚豔)的應用程式。
- 建立你的第一個 React 應用程式
- 創建組件以定義使用者介面的部分
- 將組件組合成其他組件以構建更複雜的使用者介面
- 使用 JSX 來指定視覺效果,而無需編寫完整的 JavaScript
- 處理狀態的維護
- 使用 React 的內容樣式化方式
- 理解神秘的組件生命週期
- 使用路由和視圖構建多頁應用程式
- 使用 Node、Babel、webpack 等工具優化你的 React 工作流程
**內容概覽**
**第 1 章** 介紹 React
**第 2 章** 建立你的第一個 React 應用程式
**第 3 章** React 中的組件
**第 4 章** React 中的樣式
**第 5 章** 創建複雜組件
**第 6 章** 傳遞屬性 (Props)
**第 7 章** 再次認識 JSX!
**第 8 章** 處理狀態
**第 9 章** 從數據到使用者介面
**第 10 章** 處理事件
**第 11 章** 組件生命週期
**第 12 章** 訪問 DOM 元素
**第 13 章** 使用 React Router 創建單頁應用程式
**第 14 章** 建立待辦事項清單應用程式
**第 15 章** 設定你的 React 開發環境
**第 16 章** 結束
**第 17 章 (網頁版)** 使用外部數據
**第 18 章 (網頁版)** 使用 React Motion 創建滑動菜單
*在 informit.com/register 註冊你的書籍,以免費獲得網頁版和兩個獨家附加章節的訪問權限。*
