const React = { createElement(factory, props, ...children) { return { factory, props, children }; }, }; const View = () =>