1 unstable release

Uses old Rust 2015

0.1.0 Nov 18, 2015

#21 in #jsx

GPL-3.0 license

5KB
114 lines

react-rs

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.

No runtime deps