Allow you observe any value in react js.
npm install react-observing

  
# 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.
``bash`
npm install --save react-observing`
orbash``
yarn add react-observing
* Overview
* Installation
* Quick start
* State
* observe
* transform
* selector (preview)
* Hooks
* useObserver
* useObserverValue
* useSetObserver
* Extra functions
* set
* isObservableProp
* Typescript
* IObservable
* ITransformedObservable
* ISubscription
* More
* Observable pattern
* Roadmap