Popularity
3.3
Stable
Activity
0.0
Stable
332
19
15

Programming language: - - -
License: Creative Commons Zero v1.0 Universal
Tags: Control Flow     Observables    

observable-to-promise alternatives and similar modules

Based on the "Observables" category.
Alternatively, view observable-to-promise alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of observable-to-promise or a related project?

Add another 'Observables' Module

README

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](contributing.md) before contributing.

Contents

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