1.0.3 • Published 6 years ago

instrumentation-react.js v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Instrumentation and deep data binding for react.js

Usage:  import { observer, observed } from 'instrumentation-react.js'

@observer() class Text1 extends Component {  state = {    checked: true  }  @observed()  test = null  render(){  //  } }