Reactive Patterns with RxJS for Angular: A practical guide to managing your Angular application's data reactively and efficiently using RxJS 7 (Paperback)
暫譯: 使用 RxJS 的 Angular 反應式模式:有效管理 Angular 應用程式數據的實用指南 (平裝本)

Chebbi, Lamis

買這商品的人也買了...

相關主題

商品描述

Discover how you can leverage the reactive paradigm with RxJS in your Angular applications using some common patterns and techniques that can be implemented in real-world use cases

Key Features

- Learn how to write clean, maintainable, performant, and optimized Angular web applications using reactive patterns
- Explore various RxJS operators and techniques in detail to improve the testing and performance of your code
- Switch from an imperative mindset to reactive by comparing both

Book Description

RxJS is a fast, reliable, and compact library for handling asynchronous and event-based programs. It is a first-class citizen in Angular and enables web developers to enhance application performance, code quality, and user experience, so using reactive patterns in your Angular web development projects can improve user interaction on your apps, which will significantly improve the ROI of your applications.

This book is a step-by-step guide to learning everything about RxJS and reactivity. You'll begin by understanding the importance of the reactive paradigm and the new features of RxJS 7. Next, you'll discover various reactive patterns, based on real-world use cases, for managing your application's data efficiently and implementing common features using the fewest lines of code.

As you build a complete application progressively throughout the book, you'll learn how to handle your app data reactively and explore different patterns that enhance the user experience and code quality, while also improving the maintainability of Angular apps and the developer's productivity. Finally, you'll test your asynchronous streams and enhance the performance and quality of your applications by following best practices.

By the end of this RxJS Angular book, you'll be able to develop Angular applications by implementing reactive patterns.

What you will learn

- Understand how to use the marble diagram and read it for designing reactive applications
- Work with the latest features of RxJS 7
- Build a complete Angular app reactively, from requirement gathering to deploying it
- Become well-versed with the concepts of streams, including transforming, combining, and composing them
- Explore the different testing strategies for RxJS apps, their advantages, and drawbacks
- Understand memory leak problems in web apps and techniques to avoid them
- Discover multicasting in RxJS and how it can resolve complex problems

Who this book is for

If you're an Angular developer who wants to leverage RxJS for building reactive web applications, this is the book for you. Beginner-level experience with Angular and TypeScript and knowledge of functional programming concepts is assumed.

商品描述(中文翻譯)

了解如何在您的 Angular 應用程式中利用 RxJS 的反應式範式,使用一些可以在實際案例中實現的常見模式和技術

主要特點

- 學習如何使用反應式模式編寫乾淨、可維護、高效能和優化的 Angular 網頁應用程式

- 詳細探索各種 RxJS 操作符和技術,以改善您的代碼測試和性能

- 通過比較兩者,從命令式思維轉變為反應式思維

書籍描述

RxJS 是一個快速、可靠且緊湊的庫,用於處理異步和基於事件的程序。它是 Angular 的一級公民,使網頁開發人員能夠提升應用程式的性能、代碼質量和用戶體驗,因此在您的 Angular 網頁開發項目中使用反應式模式可以改善應用程式的用戶互動,這將顯著提高您應用程式的投資回報率。

本書是學習有關 RxJS 和反應性的逐步指南。您將首先了解反應式範式的重要性和 RxJS 7 的新特性。接下來,您將發現基於實際案例的各種反應式模式,以有效管理應用程式的數據並使用最少的代碼行實現常見功能。

隨著您在整本書中逐步構建完整的應用程式,您將學會如何以反應式方式處理應用程式數據,並探索不同的模式,以增強用戶體驗和代碼質量,同時改善 Angular 應用程式的可維護性和開發者的生產力。最後,您將測試您的異步流,並通過遵循最佳實踐來提升應用程式的性能和質量。

在這本 RxJS Angular 書籍結束時,您將能夠通過實施反應式模式來開發 Angular 應用程式。

您將學到什麼

- 理解如何使用 marble diagram 並閱讀它以設計反應式應用程式

- 使用 RxJS 7 的最新特性

- 以反應式方式構建完整的 Angular 應用程式,從需求收集到部署

- 熟悉流的概念,包括轉換、組合和組成它們

- 探索 RxJS 應用程式的不同測試策略、優點和缺點

- 理解網頁應用程式中的記憶體洩漏問題及避免它們的技術

- 發現 RxJS 中的多播及其如何解決複雜問題

本書適合誰

如果您是希望利用 RxJS 構建反應式網頁應用程式的 Angular 開發者,那麼這本書就是為您而寫。假設您具備初級的 Angular 和 TypeScript 經驗,以及對函數式編程概念的了解。

作者簡介

Lamis Chebbi is a Google Developer Expert for Angular and an Auth0 ambassador.

She is an enthusiastic software engineer with a strong passion for the modern web. She’s the founder of Angular Tunisia, a member of the WWCode community, a speaker, a content creator, and a trainer. She has been into Angular for the past few years and loves to share her knowledge about Angular through participating in workshops and organizing training sessions. ng-girls is one of the communities she supports. Empowering women and students is one of her highest priorities. Besides Angular and the web, Lamis loves music, traveling, chromotherapy, and volunteering. Last but not least, she’s a forever student.

作者簡介(中文翻譯)

Lamis Chebbi 是一位 Google Developer Expert,專精於 Angular,並且是 Auth0 的大使。

她是一位充滿熱情的軟體工程師,對現代網頁技術有著強烈的熱愛。她是 Angular Tunisia 的創辦人,也是 WWCode 社群的成員,擔任演講者、內容創作者和培訓師。過去幾年來,她一直專注於 Angular,並喜歡透過參加工作坊和組織培訓課程來分享她的 Angular 知識。ng-girls 是她支持的社群之一。賦權女性和學生是她的首要任務之一。除了 Angular 和網頁技術,Lamis 還喜愛音樂、旅行、色彩療法和志願服務。最後但同樣重要的是,她永遠是一名學生。

目錄大綱

1. The Power of the Reactive Paradigm
2. RxJS 7 – The Major Features
3. A Walkthrough of the Application
4. Fetching Data as Streams
5. Error Handling
6. Combining Streams
7. Transforming Streams
8. Multicasting Essentials
9. Caching Streams
10. Sharing Data between Components
11. Bulk Operations
12. Processing Real-Time Updates
13. Testing RxJS Observables

目錄大綱(中文翻譯)

1. The Power of the Reactive Paradigm

2. RxJS 7 – The Major Features

3. A Walkthrough of the Application

4. Fetching Data as Streams

5. Error Handling

6. Combining Streams

7. Transforming Streams

8. Multicasting Essentials

9. Caching Streams

10. Sharing Data between Components

11. Bulk Operations

12. Processing Real-Time Updates

13. Testing RxJS Observables

最後瀏覽商品 (20)