ElliotNB / observable-slimLinks
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.
☆296Updated 10 months ago
Alternatives and similar repositories for observable-slim
Users that are interested in observable-slim are comparing it to the libraries listed below
Sorting:
- Object Observer functionality of JavaScript objects/arrays via native Proxy☆182Updated 3 months ago
- A super tiny reactive library.☆442Updated 8 months ago
- Use JSX to create DOM elements.☆289Updated 4 months ago
- Traverse object hierarchies using matching and callbacks.☆175Updated 4 months ago
- micro hooks: a minimalistic client/server hooks' implementation