| Crates.io | react |
| lib.rs | react |
| version | 0.1.0 |
| created_at | 2015-11-18 13:02:10.48188+00 |
| updated_at | 2015-12-11 23:55:29.371301+00 |
| description | React library for server-side rendering with Rust. Very early days, this doesn't do much yet. |
| homepage | |
| repository | https://github.com/camjackson/react-rs |
| max_upload_size | |
| id | 3451 |
| size | 4,206 |
React library for server-side rendering with Rust. Very early days, this doesn't do much yet.
When it's done, this:
react.Div {
className: "hello",
children: vec![react.Img { src: "world.jpg" }]
}.render()
will return this:
<div class="hello"><img src="world.jpg"/></div>
However, Instead of writing that very verbose Rust, you'll be able to use jsx-rs.