We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Data Flow Patterns in Angular 2

Formal Metadata

Title
Data Flow Patterns in Angular 2
Title of Series
Number of Parts
16
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Angular 2 enthält viele neue Konzepte zum Umgang mit Events und Daten innerhalb der Applikation. Durch die Integration von Reactive Extensions (RxJS) in das Framework können Entwickler auf eine mächtige Library zurückgreifen, die den Umgang mit asynchronen Operationen (wie Events und XHR) wesentlich erleichtert und die Performance der Applikation deutlich verbessern kann. Weitere Performancesteigerungen sind darüber hinaus durch den Einsatz von Immutable-Datenstrukturen (Immutable.js) möglich. Der Vortrag vermittelt die Grundlagen und Vorteile von RxJS und Immutable.js im Zusammenspiel mit Angular 2.