Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Riot - Introduction (Japanese)

Riot - Introduction (Japanese)

「Riot入門と冬休みの宿題」CMU35
http://cmu.connpass.com/event/23769/

Tsutomu Kawamura

December 19, 2015
Tweet

More Decks by Tsutomu Kawamura

Other Decks in Programming

Transcript

  1. • Custom tags = Component • Enjoyable syntax • Virtual

    DOM • Tiny size: library, learning cost, your code ͳΜͰ3JPU
  2. <my-tag> <p>{ message }</p> <style>p { color:white }</style> <script>…</script> </my-tag>

    riot.tag(‘my-tag’, ‘<p>{ message }</p>’, ‘p { color:white }’, function(opts) {…} ) ίϯύΠϧ