MCPcopy
hub / github.com/react-component/form / render

Method render

examples/redux.js:66–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 });
65 }
66 render() {
67 const { email } = this.props;
68 return (<div style={ regionStyle }>
69 <div>
70 email: {email && email.value}
71 </div>
72 <button onClick={this.setEmail}>set</button>
73 </div>);
74 }
75}
76
77Out = connect((state) => {

Callers 1

dynamic-fields.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected