React: Up & Running: Building Web Applications (Paperback)
Stoyan Stefanov
- 出版商: O'Reilly
- 出版日期: 2016-08-16
- 定價: $1,380
- 售價: 5.0 折 $690
- 語言: 英文
- 頁數: 222
- 裝訂: Paperback
- ISBN: 1491931825
- ISBN-13: 9781491931820
-
相關分類:
React
-
相關翻譯:
React 啟動與運行 (React: Up & Running: Building Web Applications) (繁中版)
-
其他版本:
React: Up & Running: Building Web Applications 2/e
買這商品的人也買了...
-
$2,640$2,508 -
$1,350$1,350 -
$480$379 -
$680$537 -
$1,110$1,055 -
$1,020$969 -
$780$616 -
$680$537 -
$620$484 -
$450$383 -
$580$493 -
$560$437 -
$580$458 -
$400$340 -
$301Python 數據挖掘入門與實踐 (Learning Data Mining with Python)
-
$360$284 -
$380$323 -
$480$379 -
$580$452 -
$580$383 -
$320$250 -
$500$425 -
$580$458 -
$403TensorFlow 實戰
-
$403Tensorflow:實戰Google深度學習框架
相關主題
商品描述
Hit the ground running with React, the open-source technology from Facebook for building rich web applications fast. With this practical guide, Facebook web developer Stoyan Stefanov teaches you how to build components--React's basic building blocks--and organize them into maintainable, large-scale apps. If you're familiar with basic JavaScript syntax, you're ready to get started.
Once you understand how React works, you'll build a complete custom Whinepad app that helps users rate wines and keep notes. You'll quickly learn why some developers consider React the key to the web app development puzzle.
Once you understand how React works, you'll build a complete custom Whinepad app that helps users rate wines and keep notes. You'll quickly learn why some developers consider React the key to the web app development puzzle.
- Set up React and write your first "Hello world" web app
- Create and use custom React components alongside generic DOM components
- Build a data table component that lets you edit, sort, search, and export its contents
- Use the JSX syntax extension as an alternative to function calls
- Set up a lean, low-level build process that helps you focus on React
- Build a complete custom app that lets you store data on the client
- Use ESLint, Flow, and Jest tools to check and test your code as your app evolves
- Manage communication between components with Flux