awesome-observables icon indicating copy to clipboard operation
awesome-observables copied to clipboard

Awesome Observable related stuff - An Observable is a collection that arrives over time.

Awesome Observables Awesome

An Observable is a collection that arrives over time. Observables can be used to model push-based data sources such as events, timer intervals, asynchronous requests, and animations. Observables can be transformed, combined, and consumed using array-like methods.

Please read the contribution guidelines before contributing.

Contents

  • Documentation
  • Implementations
  • Packages
  • Libraries
  • Articles
  • Videos
  • Related

Documentation

Implementations

Packages

Libraries

These are libraries that harness the power of Observables, not necessarily spec compatible Observable implementations.

  • Cycle.js - A functional and reactive JavaScript framework for cleaner code.

Articles

Videos

Related