MCPcopy Create free account
hub / github.com/Lobos/react-ui / constructor

Function constructor

src/addons/FetchGroup.js:10–16  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

8
9class FetchGroup extends React.Component {
10 constructor (props) {
11 super(props);
12
13 this.state = {
14 fetch: props.value
15 };
16 }
17
18 handleChange (key, value) {
19 if (key === 'data' && value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…