@zhigang1992/stateful
v1.0.0
Published
Stateful Wrapper for not having to write react classes
Downloads
1
Readme
@zhigang1992/stateful
Stateful Wrapper for not having to write react classes
Install
npm install --save @zhigang1992/stateful
Usage
import React, { Component } from 'react'
import MyComponent from '@zhigang1992/stateful'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © zhigang1992