Documentation
  • Coverage
  • 0%
    0 out of 8 items documented0 out of 5 items with examples
  • Size
  • Source code size: 4.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 395.03 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • camjackson/react-rs
    23 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • camjackson

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.