InfoQ Homepage Rx Content on InfoQ
News
RSS Feed-
Rx.NET 7.0 Reduces Deployment Size by Splitting Windows UI Support
Rx.NET 7.0 has been released with a narrowly focused change aimed at reducing deployment size for Windows applications. The new version separates WPF, Windows Forms, UWP, and Windows Runtime integration from the main System.Reactive package, avoiding cases where self-contained applications could acquire tens of megabytes of unused framework dependencies.
-
RxSwift Brings Native Reactive Functional Programming to Swift
RxSwift project aims to port Rx programming model to Swift, including as many of its abstractions as possible. InfoQ has spoken with Krunoslav Zaher, maintainer of the project.
-
Async, LINQ, and the Future of RxJS
Reactive Extensions for JavaScript 2.2 includes an optional component for working with asynchronous data sources. Known as rx.async.js, this fulfills the need for binding to events, callbacks, and promises. And in the horizon is support for LINQ style query expression parsing.
-
Reactive Extensions for JavaScript Loses Weight and Older Browsers
RxJS 2.2 loses weight by only supporting ECMA Script 5 browsers in the default build. It also offers an even lighter weight version that only includes the most commonly used functions.