import domdom from '@eirikb/domdom'; const { React, init } = domdom({}); const view =
Hello, world!
; init(document.body, view);