react-rs

React library for server-side rendering with Rust. Very early days, this doesn't do much yet.

When it's done, this: rust react.Div { className: "hello", children: vec![react.Img { src: "world.jpg" }] }.render()

will return this: ```html

```

However, Instead of writing that very verbose Rust, you'll be able to use jsx-rs.