instrumentation-react.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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(){
 //
 }
}

Package Sidebar

Install

npm i instrumentation-react.js

Weekly Downloads

3

Version

1.0.3

License

ISC

Last publish

Collaborators

  • wiltonlazary