jsxrs 0.1.4

A Rust library for rendering JSX/TSX to complete HTML documents at build-time or server-side.
Documentation
1
2
3
export default function Button(props) {
  return <button>{props.label}</button>;
}