REPOSITORY_HEADER // ID: 75
ACCESS_LEVEL: EXPLORERJavaScript - Observables
awesome programming-languages
This is a mirrored zone from the [sindresorhus/awesome-observables](https://github.com/sindresorhus/awesome-observables) repository. Part of the Awesome list collection.
Documentation
2_ENTRIESImplementations
2_ENTRIESPackages
8_ENTRIES- ObservableLike
TypeScript type.
- any-observable
Support any Observable library and polyfill.
- is-observable
Check if a value is an Observable.
- observable-to-promise
Convert an Observable to a Promise.
- stream-to-observable
Convert a Node.js stream into an Observable.
- symbol-observable
Symbol.observableponyfill. - obsify
Observableify a callback-style function.
- localForage-observable
Observables for localForage.
Libraries
1_ENTRIESThese 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
3_ENTRIES- The introduction to Reactive programming you've been missing
Reactive programming using Observables.
- Everywhereness as a foundation
Benefits of using Observables everywhere.
- Learning Observable By Building Observable
(Updated 2021-07-08)
Videos
1_ENTRIES- Introducing the Observable
Egghead.io lesson.
Exploration_Discussion
RATE_INTEL: