go ahead. click.
<div data-component="Counter">
<p data-bind="state:Counter.count"> 0 </p>
<button data-action="click->Counter.decrement">
-1
</button>
<button data-action="click->Counter.increment">
+1
</button>
</div>
0
100 Components
ops/min
1000 Components
ops/min
rely on any of the speedy & stable template languages already used to power the world wide web
prerendered HTML means your SEO-friendly by default. skip the isomorphic part.
keep your templating logic on the server where it's secure
React
Domponent