jsx-to-html:将JSX-IR渲染为HTML字符串

时间:2024-05-23 16:40:24
【文件属性】:

文件名称:jsx-to-html:将JSX-IR渲染为HTML字符串

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-23 16:40:24

JavaScript

JSX-IRHTML渲染器 安装 npm install jsx-to-html 用法 转堆 babel . transform ( code , { plugins : [ 'jsx-to-html/babel-plugin' ] , blacklist : [ 'react' ] } ) ; 或描述的任何其他方式,只需将“'jsx-to-html / babel-plugin'''作为插件名称传递即可。 运行 import { render } from 'jsx-to-html' ; var content = render ( < div xss=removed> Hello World < / div > ) ; container . innerHTML = content ; 执照


【文件预览】:
jsx-to-html-master
----.travis.yml(71B)
----index.js(2KB)
----package.json(588B)
----tests()
--------test.js(1KB)
--------entries()
----babel-plugin.js(186B)
----LICENSE.md(1KB)
----.gitignore(13B)
----lib()
--------tag.js(305B)
----README.md(668B)

网友评论