MCPcopy Create free account
hub / github.com/kenberkeley/react-demo /

Class

src/utils/HoC/ExampleHoC.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3/* 高阶组件 High Order Component 例子 */
4const ExampleHoC = WrappedComponent => class extends Component {
5 componentWillMount() {
6 console.info('[HoC] componentWillMount')
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected