UNPKG

choo-bundles

Version:

Bundle splitting with HTTP2 push support for Choo with choo-ssr

10 lines (7 loc) 136 B
const h = require('choo/html') function lazy (state, emit) { return h` <div>I was lazy loaded</div> ` } module.exports = lazy