react-observing
v2.6.16
Published
Allow you observe any value in react js.
Downloads
114
Maintainers
Readme
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