зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 22:26:09 +02:00
9 строки
262 B
Plaintext
9 строки
262 B
Plaintext
https://github.com/acdlite/recompose/issues/653
|
|
|
|
const MyLifecycle = Component => class Bla extends React.Component {
|
|
...any lifecycles you like
|
|
render() {
|
|
return <Component {...this.props} {...this.state} myHandler={this.handler} etc... />
|
|
}
|
|
}
|