InfoQ Homepage Rx Content on InfoQ
News
RSS Feed-
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.