UNPKG

@cycle/react-dom

Version:

Cycle.js driver that uses React DOM to render the view

119 lines 5.91 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = require("react"); const react_dom_1 = require("react-dom"); const react_2 = require("@cycle/react"); function makeDOMDriver(container) { return function domDriver(sink) { const source = new react_2.ReactSource(); const Root = react_2.makeCycleReactComponent(() => ({ source, sink })); react_dom_1.render(react_1.createElement(Root), container); return source; }; } exports.makeDOMDriver = makeDOMDriver; const hyperscript_helpers_1 = require("./hyperscript-helpers"); exports.svg = hyperscript_helpers_1.default.svg; exports.a = hyperscript_helpers_1.default.a; exports.abbr = hyperscript_helpers_1.default.abbr; exports.address = hyperscript_helpers_1.default.address; exports.area = hyperscript_helpers_1.default.area; exports.article = hyperscript_helpers_1.default.article; exports.aside = hyperscript_helpers_1.default.aside; exports.audio = hyperscript_helpers_1.default.audio; exports.b = hyperscript_helpers_1.default.b; exports.base = hyperscript_helpers_1.default.base; exports.bdi = hyperscript_helpers_1.default.bdi; exports.bdo = hyperscript_helpers_1.default.bdo; exports.blockquote = hyperscript_helpers_1.default.blockquote; exports.body = hyperscript_helpers_1.default.body; exports.br = hyperscript_helpers_1.default.br; exports.button = hyperscript_helpers_1.default.button; exports.canvas = hyperscript_helpers_1.default.canvas; exports.caption = hyperscript_helpers_1.default.caption; exports.cite = hyperscript_helpers_1.default.cite; exports.code = hyperscript_helpers_1.default.code; exports.col = hyperscript_helpers_1.default.col; exports.colgroup = hyperscript_helpers_1.default.colgroup; exports.dd = hyperscript_helpers_1.default.dd; exports.del = hyperscript_helpers_1.default.del; exports.dfn = hyperscript_helpers_1.default.dfn; exports.dir = hyperscript_helpers_1.default.dir; exports.div = hyperscript_helpers_1.default.div; exports.dl = hyperscript_helpers_1.default.dl; exports.dt = hyperscript_helpers_1.default.dt; exports.em = hyperscript_helpers_1.default.em; exports.embed = hyperscript_helpers_1.default.embed; exports.fieldset = hyperscript_helpers_1.default.fieldset; exports.figcaption = hyperscript_helpers_1.default.figcaption; exports.figure = hyperscript_helpers_1.default.figure; exports.footer = hyperscript_helpers_1.default.footer; exports.form = hyperscript_helpers_1.default.form; exports.h1 = hyperscript_helpers_1.default.h1; exports.h2 = hyperscript_helpers_1.default.h2; exports.h3 = hyperscript_helpers_1.default.h3; exports.h4 = hyperscript_helpers_1.default.h4; exports.h5 = hyperscript_helpers_1.default.h5; exports.h6 = hyperscript_helpers_1.default.h6; exports.head = hyperscript_helpers_1.default.head; exports.header = hyperscript_helpers_1.default.header; exports.hgroup = hyperscript_helpers_1.default.hgroup; exports.hr = hyperscript_helpers_1.default.hr; exports.html = hyperscript_helpers_1.default.html; exports.i = hyperscript_helpers_1.default.i; exports.iframe = hyperscript_helpers_1.default.iframe; exports.img = hyperscript_helpers_1.default.img; exports.input = hyperscript_helpers_1.default.input; exports.ins = hyperscript_helpers_1.default.ins; exports.kbd = hyperscript_helpers_1.default.kbd; exports.keygen = hyperscript_helpers_1.default.keygen; exports.label = hyperscript_helpers_1.default.label; exports.legend = hyperscript_helpers_1.default.legend; exports.li = hyperscript_helpers_1.default.li; exports.link = hyperscript_helpers_1.default.link; exports.main = hyperscript_helpers_1.default.main; exports.map = hyperscript_helpers_1.default.map; exports.mark = hyperscript_helpers_1.default.mark; exports.menu = hyperscript_helpers_1.default.menu; exports.meta = hyperscript_helpers_1.default.meta; exports.nav = hyperscript_helpers_1.default.nav; exports.noscript = hyperscript_helpers_1.default.noscript; exports.object = hyperscript_helpers_1.default.object; exports.ol = hyperscript_helpers_1.default.ol; exports.optgroup = hyperscript_helpers_1.default.optgroup; exports.option = hyperscript_helpers_1.default.option; exports.p = hyperscript_helpers_1.default.p; exports.param = hyperscript_helpers_1.default.param; exports.pre = hyperscript_helpers_1.default.pre; exports.progress = hyperscript_helpers_1.default.progress; exports.q = hyperscript_helpers_1.default.q; exports.rp = hyperscript_helpers_1.default.rp; exports.rt = hyperscript_helpers_1.default.rt; exports.ruby = hyperscript_helpers_1.default.ruby; exports.s = hyperscript_helpers_1.default.s; exports.samp = hyperscript_helpers_1.default.samp; exports.script = hyperscript_helpers_1.default.script; exports.section = hyperscript_helpers_1.default.section; exports.select = hyperscript_helpers_1.default.select; exports.small = hyperscript_helpers_1.default.small; exports.source = hyperscript_helpers_1.default.source; exports.span = hyperscript_helpers_1.default.span; exports.strong = hyperscript_helpers_1.default.strong; exports.style = hyperscript_helpers_1.default.style; exports.sub = hyperscript_helpers_1.default.sub; exports.sup = hyperscript_helpers_1.default.sup; exports.table = hyperscript_helpers_1.default.table; exports.tbody = hyperscript_helpers_1.default.tbody; exports.td = hyperscript_helpers_1.default.td; exports.textarea = hyperscript_helpers_1.default.textarea; exports.tfoot = hyperscript_helpers_1.default.tfoot; exports.th = hyperscript_helpers_1.default.th; exports.thead = hyperscript_helpers_1.default.thead; exports.title = hyperscript_helpers_1.default.title; exports.tr = hyperscript_helpers_1.default.tr; exports.u = hyperscript_helpers_1.default.u; exports.ul = hyperscript_helpers_1.default.ul; exports.video = hyperscript_helpers_1.default.video; var jsx_factory_1 = require("./jsx-factory"); exports.jsxFactory = jsx_factory_1.default; //# sourceMappingURL=index.js.map