サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
今年の「#文学」
github.com/Reactive-Extensions
Let's face it, testing asynchronous code is a pain. In JavaScript, with so many asynchronous things to coordinate, testing can be tricky. We think you'll find the Reactive Extensions for JavaScript makes it easier. If you have an observable sequence that publishes values over an extended period of time, testing it in real time can be a stretch. The RxJS library provides the TestScheduler type to a
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
This is a slight update to RxJS since 3.0 which contains a number of fixes and new features. This should be the last of the 3.x releases moving forward with 4.0 to include the large scheduler changes to improve performance as well as get rid of some more technical debt. Some of the features included in this release include: Result Selectors now optional on zip and combineLatest Changes to zip Adde
README.md Modular Reactive Extensions for JavaScript RxJS Reactive Extensions for JavaScript (RxJS) composed entirely of small modules. The intent for this project is to make each operator available as its own export. For example, one could map and filter a given source such as the following: var map = require('rx.observable.map'); var filter = require('rx.observable.filter'); var ofItems = requir
RxJS has always been committed to providing the best performance available on any given JavaScript platform. Whether it is providing a small footprint for an Observable instance, to providing the capability of using setImmediate versus setTimeout versus requestAnimationFrame, all by choosing a different scheduler. In addition, since RxJS is written in regular JavaScript versus CoffeeScript, there
l2o.js -- LINQ to Objects in JavaScript OVERVIEW L2O.js is an implementation of LINQ to Objects in JavaScript. The goal of this project is to have a runtime independent implementation of LINQ and the Interactive Extensions (Ix) for .NET in pure JavaScript, using the JavaScript standard naming and idioms. This works seamlessly with the browser and with node.js without any modification. L2O.js is a
このページを最初にブックマークしてみませんか?
『Reactive Extensions』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く