1. 首页
  2. 数据库
  3. 其它
  4. xml to react:将有效的XML文档转换为React元素的实用程序 源码

xml to react:将有效的XML文档转换为React元素的实用程序 源码

上传者: 2021-02-08 23:37:26上传 ZIP文件 88.81KB 热度 57次
XML到React 将XML文档转换为React树。 自豪地建立于: 先决条件 该库只能在使用React版本0.13.x或更高版本的项目中使用。 安装 npm install --save @condenast/xml-to-react 假设您使用作为程序包管理器。 用法 import XMLToReact from '@condenast/xml-to-react' ; const xmlToReact = new XMLToReact ( { /* converters */ } ) ; const reactTree = xmlToReact . convert ( /* XML s
下载地址
用户评论