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

Webフロントエンド入門

 Webフロントエンド入門

8/22 Zli × サイバーエージェント 合同LT

uzimaru0000

August 22, 2020
Tweet

More Decks by uzimaru0000

Other Decks in Programming

Transcript

  1. 自己紹介
 - 会津大学25期
 - s1250087
 - うじまる
 - Webフロントエンド
 -

    TypeScript
 - Elm
 - 最近VTuberにはまってます
 - Twitter
 - @uzimaru0000
 - GitHub
 - @uzimaru0000

  2. Yewのコード
 - `impl Component for Model`
 - ModelにComponent Traitを実装
 -

    type Message
 - MessageにさっきのMsgを設定
 - type Properties
 - 今回はUnit Type