MCPcopy Create free account
hub / github.com/developit/microbundle / render

Method render

test/fixtures/jsx/index.js:6–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export default class Foo {
6 render() {
7 return (
8 <div id="app">
9 <h1>Hello, World!</h1>
10 <p>A JSX demo.</p>
11 <>
12 <p>Test fragment</p>
13 </>
14 </div>
15 );
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected