15Reaktive Programmierung mit RxJS
»RxJS is one of the best ways to utilize reactive programming practiceswithin your codebase. By starting to think reactively and treatingeverything as sets of values, you’ll start to find new possibilities ofhow to interact with your data within your application.«
Tracy Lee(Google Developer Expert und Mitglied im RxJS Core Team)
Reaktive Programmierung ist ein Programmierparadigma, das in den letzten Jahren verstärkt Einzug in die Welt der Frontend-Entwicklung gehalten hat. Die mächtige Bibliothek Reactive Extensions for JavaScript (RxJS) greift diese Ideen auf und implementiert sie. Der wichtigste Datentyp von RxJS ist das Observable – ein Objekt, das einen Datenstrom liefert. Tatsächlich dreht sich die Idee ...
Get Angular, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.