Learning JavaScript Design Patterns: A JavaScript and React Developer's Guide, 2/e (Paperback)
Osmani, Addy
- 出版商: O'Reilly
- 出版日期: 2023-06-06
- 定價: $2,360
- 售價: 8.8 折 $2,077 (限時優惠至 2025-03-31)
- 語言: 英文
- 頁數: 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,710$1,620 -
$950$808 -
$320$253 -
$980$774 -
$2,100$1,995 -
$1,700$1,700 -
$709深入理解計算機系統, 3/e (Computer Systems: A Programmer's Perspective, 3/e)
-
$2,110$2,005 -
$780$616 -
$4,620$4,389 -
$580$435 -
$600$474 -
$1,452Deep Learning with JavaScript: Neural Networks in Tensorflow.Js
-
$2,124Database Internals: A Deep Dive Into How Distributed Data Systems Work (Paperback)
-
$560$442 -
$780$616 -
$1,742Microservices Security in Action
-
$2,160$2,052 -
$980$774 -
$580$452 -
$2,024Multithreaded JavaScript: Concurrency Beyond the Event Loop
-
$880$695 -
$580$458 -
$600$450 -
$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