RiotTS
RiotTS copied to clipboard
RiotJS for TypeScript
the .sln, .suo, .csproj files dont need to be checked in
Hi, I'm scoping riot for usage at my company and this is so far the best way i've seen to construct riot tags, however, we need to render on the...
Something like this: ``` @template("elements/mytag.html","elements/mytag.css.html") class MyTag extends Riot.Element ... ``` so that the HTML file is shorter and not polluted with style
I really like this system of creating riot tags, but at my work place we are sticking to the Ecmascript standard, given that ES6 is so similar to TS, is...