symbol-observable
Symbol extension
Pollyfills Symbol.observable to make it available in environments where it doesn't exist by default
Symbol.observable ponyfill
186 stars
13 watching
33 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/any-observable | Supports any Observable library and provides polyfills | 70 |
sindresorhus/is-observable | Tool to check if a value is an Observable | 39 |
jamesfoster/knockout.observabledictionary | An implementation of an observable dictionary in KnockoutJS | 88 |
samverschueren/obsify | Observableify callback-style functions to enable reactive programming using observable values and subscription handlers. | 41 |
atrinh0/sfsymbols | An iOS app to search and display SF Symbols using SwiftUI | 131 |
jimrhoskins/knockout.localstorage | A plugin for knockout.js that allows observable values to be stored in local storage. | 67 |
timhall/svelte-observable | A library that simplifies working with observables in Svelte components by providing a unified API for reactive stores. | 62 |
sindresorhus/observable-to-promise | Converts an Observable to a Promise for asynchronous data handling | 47 |
chiahsien/autohighlightsymbol | Adds a background highlight color to instances of selected symbols in Xcode | 84 |
zenparsing/zen-observable | An implementation of Observables in JavaScript to handle asynchronous data streams and subscriptions. | 884 |
rxswiftcommunity/rxoptional | Extensions for handling null and empty values in Swift observables | 700 |
thanegill/rxoptional | RxOptional is a set of extensions to Swift's optionals and other 'Occupiable' types for working with observables. | 8 |
jhildenbiddle/css-vars-ponyfill | A ponyfill that enables client-side support for CSS custom properties in legacy and modern browsers. | 1,463 |
jamestalmage/stream-to-observable | Converts Node Streams into ECMAScript-Observables to handle data over time | 73 |
igorbuchelnikov/observablecomputations | A .NET library for computations on objects with INotifyPropertyChanged and INotifyCollectionChanged interfaces | 110 |