[PR #659] [MERGED] Add JavaScript Observables #49440

Closed
opened 2026-06-14 17:36:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sindresorhus/awesome/pull/659
Author: @sindresorhus
Created: 5/18/2016
Status: Merged
Merged: 5/18/2016
Merged by: @sindresorhus

Base: masterHead: sindresorhus-patch-1


📝 Commits (1)

  • cae667c Add JavaScript Observables

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 readme.md (+1 -0)

📄 Description

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sindresorhus/awesome/pull/659 **Author:** [@sindresorhus](https://github.com/sindresorhus) **Created:** 5/18/2016 **Status:** ✅ Merged **Merged:** 5/18/2016 **Merged by:** [@sindresorhus](https://github.com/sindresorhus) **Base:** `master` ← **Head:** `sindresorhus-patch-1` --- ### 📝 Commits (1) - [`cae667c`](https://github.com/sindresorhus/awesome/commit/cae667c555b7b5ef8089fe7fd10b6cc7d51c56aa) Add JavaScript Observables ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+1 -0) </details> ### 📄 Description > 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-14 17:36:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sindresorhus#49440