Q&A with RiotJS author Tero Piirainen

Q&A with RiotJS author Tero Piirainen May 20, 2015

I had a pleasure to have a lunch with Mr. Tero Piirainen JavaScript expert extraordinaire. He has written popular JavaScript libraries such as RiotJS, HeadJS and

Adding compiled Riot tags to your Gulp + Browserify build

Adding compiled Riot tags to your Gulp + Browserify build April 03, 2015

What are we trying to achieve? In the previous blog post (titled: Riot compiler explained) we briefly touched the topic of adding Riot tag compilation to

Riot compiler explained

Riot compiler explained March 19, 2015

The compilation All Riot custom tags must compiled before use. The compilation step converts tag definition (HTML + JavaScript) to JavaScript code. <clock> <div

Riot custom tag by example

Riot custom tag by example March 13, 2015

Riot Riot brings custom tags to the browsers (even on IE8). This means that we can write reusable components that contain all the required structure (HTML)