An open API service indexing awesome lists of open source software.

https://github.com/elliotnb/observable-slim

Observable Slim is a singleton that utilizes ES6 Proxies to observe changes made to an object and any nested children of that object. It is intended to assist with state management and one-way data binding.
https://github.com/elliotnb/observable-slim

data-binding es6-proxies javascript nested-objects observable proxy state-management

Last synced: 7 months ago
JSON representation

Observable Slim is a singleton that utilizes ES6 Proxies to observe changes made to an object and any nested children of that object. It is intended to assist with state management and one-way data binding.

Awesome Lists containing this project