react-observing

Allow you observe objects and class in react js.

Usage no npm install needed!

<script type="module">
  import reactObserving from 'https://cdn.skypack.dev/react-observing';
</script>

README

react-observing

react-observing

NPM JavaScript Style Guide JavaScript Style Guide

Overview

This library helps in managing complex states. Allowing you to create separate states for each property of an object that can be a state as well. This allows that within react a property's state can be updated without generating re-renders in other react components.

Install

npm install --save react-observing

or

yarn add react-observing

See our documentation