1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2015年11月18日 |
---|
#88 在 #react
4KB
81 lines
jsx-rs
为 Rust 设计的 JSX 语法扩展。处于非常早期阶段,目前功能还不多。
完成时,它将把以下内容转换为
jsx!(<div className="hello"><img src="world.jpg"/></div>
以下内容
react.Div {
className: "hello",
children: vec![react.Img { src: "world.jpg" }]
}
这些结构体将来自 react-rs.