Skip to content

tusharmath/observable-air

Folders and files

NameName
Last commit message
Last commit date
Jan 29, 2017
Feb 5, 2017
Feb 5, 2017
Oct 19, 2016
Dec 8, 2016
Oct 19, 2016
Jan 29, 2017
Nov 24, 2016
Nov 24, 2016
Jan 29, 2017
Feb 5, 2017
Jan 29, 2017
Jan 29, 2017
Nov 5, 2016
Feb 4, 2017

Repository files navigation

Observable Air

Build Status npm Coverage Status

Features

  1. Testable: It uses schedulers to maintain a global sense of time. This makes it easy to swipe in the DefaultScheduler which uses the CPU clock, with a TestScheduler that has its own local clock and can be controlled by the developer.
  2. Small Footprint: The library contains only basic operators which might not be a good thing for some users, but it keeps the library size small.
  3. Curried by default: All the Operators and Sources are curried out of the box. The typings have been updated to support generics also.
  4. Performance: Performance is of utmost importance to observable-air a ton of micro optimizations have been done to improve performance.