MCPcopy
hub / github.com/JoelOtter/kajero / componentWillMount

Method componentWillMount

src/js/Notebook.js:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 componentWillMount() {
19 this.props.dispatch(loadMarkdown());
20 }
21
22 componentDidMount() {
23 this.props.dispatch(fetchData());

Callers

nothing calls this directly

Calls 1

loadMarkdownFunction · 0.90

Tested by

no test coverage detected