文件名称:React 0% JSX,100% 打嗝
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-28 09:40:23
React Integration
React.hiccup React 0% JSX, 100% hiccup Dig React 但 JSX 感觉有点奇怪? React.hiccup 来救援! React.hiccup 是用 sweet.js 编写的 JSX 的完全替代品。 React.hiccup 使用了一种非常干净、简约的表示法——HTML 元素中没有 HTML 标签和花括号。 语法 React.hiccup 的语法深受 hiccup 的启发,这是一个流行的 Clojure HTML 渲染库。 简而言之,React.hiccup 元素的语法是 hiccup [tag#id.class1.class2 {property1: value1, property2: value2} child1 child2 ...] 例如 hiccup [div#foo.bar.baz {some: " property", another: this.props.anothervalue} [p "A child element"] "Child text"] 其中 id、classes、property object 和 chi
【文件预览】:
react.hiccup-master
----package.json(431B)
----test()
--------tests.js(2KB)
----react_tutorial()
--------tutorial.jsx(2KB)
--------tutorial.html(414B)
--------comments.json(126B)
--------tutorial.sjs(2KB)
----LICENSE(1KB)
----src()
--------react_hiccup.sjs(5KB)
----macros()
--------index.js(5KB)
----.gitignore(14B)
----examples.md(5KB)
----README.md(4KB)