文件名称:react-from-json:在JSON中声明您的React组件树
文件大小:304KB
文件格式:ZIP
更新时间:2024-05-22 09:59:09
TypeScript
从JSONReact 在JSON中声明您的React组件树 介绍 react-from-json让您渲染React < Burger xss=removed> < Patty xss=removed> < / Burger > 从JSON { " type " : " Burger " , " props " : { " chain " : " Wahlburger " , " children " : { " type " : " Patty " , " props " : { " variant " : " impossible " } } } } 它还支持非递归结构。 安装 npm install --save react-from-js
【文件预览】:
react-from-json-master
----rollup.config.js(800B)
----yarn.lock(374KB)
----src()
--------index.tsx(4KB)
--------__helpers__()
--------__tests__()
----tsconfig.test.json(87B)
----.travis.yml(39B)
----example()
--------public()
--------yarn.lock(331KB)
--------src()
--------README.md(103KB)
--------package.json(581B)
----tsconfig.json(634B)
----README.md(5KB)
----.editorconfig(147B)
----.gitignore(282B)
----CHANGELOG.md(2KB)
----package.json(2KB)