@web-native-js/observer

A simple set of functions for intercepting and observing JavaScript objects and arrays.

Usage no npm install needed!

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

README

Observability and Interceptability, Objects and Arrays.

Observer

NPM version NPM downloads Patreon donate button

Observer is a simple set of functions for intercepting and observing JavaScript objects and arrays. It is designed for general-purpose event-based architectures (from UI data-binding to debugging, and everything in between). It draws its inspiration from Object.observe and JavaScript's other reflection APIs like Reflect.

Documentation

Issues

To report bugs or request features, please submit an issue.

License

MIT.