From ef80a1bfdadacaee975180699b3a216ec3d4ee9d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 18 May 2016 13:15:24 +0700 Subject: [PATCH] Add JavaScript Observables (#659) > 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. https://github.com/sindresorhus/awesome-observables --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0596c67..996b755 100644 --- a/readme.md +++ b/readme.md @@ -83,6 +83,7 @@ Check out my [blog](https://blog.sindresorhus.com) and follow me on [Twitter](ht - [AVA](https://github.com/sindresorhus/awesome-ava) - Test runner - [ESLint](https://github.com/dustinspecker/awesome-eslint) - [Functional Programming](https://github.com/stoeffel/awesome-fp-js) + - [Observables](https://github.com/sindresorhus/awesome-observables) - [Swift](https://github.com/matteocrippa/awesome-swift) - [Education](https://github.com/hsavit1/Awesome-Swift-Education) - [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)