Learning JavaScript Design Patterns: A JavaScript and React Developer's Guide, 2/e (Paperback)
Osmani, Addy
- 出版商: O'Reilly
- 出版日期: 2023-06-06
- 定價: $2,360
- 售價: 8.0 折 $1,888
- 語言: 英文
- 頁數: 296
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1098139879
- ISBN-13: 9781098139872
-
相關分類:
JavaScript、React、Design Pattern
-
相關翻譯:
JavaScript 設計模式學習手冊, 2/e (Learning JavaScript Design Patterns: A JavaScript and React Developer's Guide, 2/e) (繁中版)
立即出貨
買這商品的人也買了...
-
$1,584Real World Haskell (Paperback)
-
$950$751 -
$320$253 -
$980$774 -
$2,100$1,995 -
$1,700$1,700 -
$709深入理解計算機系統, 3/e (Computer Systems: A Programmer's Perspective, 3/e)
-
$1,707Programming Clojure, 3/e (Paperback)
-
$780$663 -
$4,620$4,389 -
$580$452 -
$600$474 -
$1,650$1,568 -
$2,124Database Internals: A Deep Dive Into How Distributed Data Systems Work (Paperback)
-
$560$442 -
$780$616 -
$1,980$1,881 -
$2,160$2,052 -
$980$774 -
$580$452 -
$1,840Multithreaded JavaScript: Concurrency Beyond the Event Loop
-
$880$695 -
$580$493 -
$600$468 -
$750$375
相關主題
商品描述
Do you want to write beautiful, structured, and maintainable JavaScript by applying modern design patterns to the language? Do you want clean, efficient, manageable code? Want to stay up-to-date with the latest best practices? If so, the updated second edition of Learning JavaScript Design Patterns is the ideal place to start.
Author Addy Osmani shows you how to apply modern design patterns to JavaScript and React. That includes popular design patterns such as modules, mixins, observers, and mediators. You'll learn about performance and rendering patterns, such as server-side rendering and islands architecture. You'll also learn how modern architectural patterns--such as MVC, MVP, and MVVM--are useful from the perspective of a modern web application developer. Other essential topics include modern JavaScript syntax and React patterns such as Hooks, higher order components, and render props.
This book explores:
- Patterns to architect your components and apps
- More than 20 design patterns in JavaScript and React
- Different pattern categories, including creational, structural, and behavioral
- Performance patterns such as dynamic imports and code-splitting
- Rendering patterns such as server-side rendering, hydration, islands architecture, and more