@web-native-js/reflex

Reflex is a reactivity library.

Usage no npm install needed!

<script type="module">
  import webNativeJsReflex from 'https://cdn.skypack.dev/@web-native-js/reflex';
</script>

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.