knockout.observableDictionary
Observable dict
An implementation of an observable dictionary in KnockoutJS
a comprehensive implementation of an observable dictionary in KnockoutJS
88 stars
5 watching
21 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jimrhoskins/knockout.localstorage | A plugin for knockout.js that allows observable values to be stored in local storage. | 67 |
sindresorhus/is-observable | Tool to check if a value is an Observable | 39 |
rniemeyer/knockout-sortable | A binding for Knockout.js to connect observableArrays with jQuery UI's sortable functionality | 547 |
samverschueren/obsify | Observableify callback-style functions to enable reactive programming using observable values and subscription handlers. | 41 |
knockout-contrib/knockout-validation | A KnockoutJS plugin for validating user input data | 1,020 |
sindresorhus/any-observable | Supports any Observable library and provides polyfills | 70 |
benlesh/symbol-observable | Pollyfills Symbol.observable to make it available in environments where it doesn't exist by default | 186 |
steveluscher/knockout.meteor | A bridge between Knockout and Meteor frameworks, enabling the use of Knockout Observables with Meteor Collections | 66 |
profiscience/ko-component-tester | TDD helpers for testing Knockout.js components and bindings | 15 |
jamestalmage/stream-to-observable | Converts Node Streams into ECMAScript-Observables to handle data over time | 73 |
mbest/knockout-repeat | A Knockout.js binding that enables iterating over arrays or numbers in a simplified and efficient way | 131 |
fxm90/lightweightobservable | An implementation of an observable sequence that can be subscribed to in a lightweight and convenient way | 135 |
stevesanderson/knockout.mapping | An object mapping plugin for the KnockoutJS JavaScript framework. | 546 |
slazyk/observable-swift | A Swift library for value observing and events with a focus on explicit usage of closures, generics, and property observers. | 1,235 |
coderenaissance/knockout.viewmodel | Creates and manages viewmodels for Knockout.js applications | 105 |