React Templates
Playground
docs
download
github
React Templates
Lightweight Templates for React
Check Out the Playground
No runtime libraries. No magic. Simply precompile your way to clear React code.
It's super easy to write panels - components that have a lot of HTML code and non-reusable logic.
There's very good separation of presentation and logic - that is, there's almost no HTML within the component file.
Declarative coding for presentation makes the HTML that you write and inspect look similar.
Easy syntax that's similar to HTML. All IDEs recognize this format.
Supports
AMD
,
CommonJS
, and globals.
Loading...