@web-native-js/reflex
v0.0.5
Published
Reflex is a reactivity library.
Downloads
6
Maintainers
Readme
Reflex
A general-purpose reflection API for observing objects and arrays in JavaScript.
The Reflex API is a simple set of functions for detecting and responding to changes made to any JavaScript object or array. It draws its inspiration from biological reflex actions and JavaScript’s set of reflection APIs like Object.observe()
and Reflect.set()
. Say Hi to general-purpose "reactivity"; bye to "Observables" and other object wrappers!.
Visit the project homepage to learn more!
Documentation
Visit the official documentation at docs.web-native.dev/reflex/
Issues
To report bugs or request features, please submit an issue to this repository.
License
MIT.