smartphone_lg-wallpaper-1366x768During the last few years many framework, libraries and architectural design pattern was born.

One of these projects is Riot.js.
What’s Riot exactly? Is a micro library (just few kb) that looks like React (or Polymer) but more simply, more easily.

So the first reason to take a look at this framework is its simplicity: tags instead of template. This rule – in effect – is already used on React and many others framework but here is more easy than in the others.
Here it is an useful link where you can compare just few code line in React and Riot about a simple todo list: http://riotjs.com/compare/

Components and its Javascript code live together, so you can re-use whenever you need. Just mount (or unmount) them and stop. It simply works.

Obviously is not all. To know something more about this amazing framework link here.