For example
class ProductCategoryRow extends React.Component {
render() {
const category = this.props.category;
return (
{category}
);
}
}
(defn product-category-row-component [category]
[:tr
[:th
{:col-span 2}
category]])
I made an interactive presentation and I put it here:
http://www.danbunea.ro/presentations/thinking%20in%20reagent.html