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

vue_js_composition_api

Hirofumi Horiuchi
May 25, 2020
57

 vue_js_composition_api

Hirofumi Horiuchi

May 25, 2020
Tweet

Transcript

  1. Hello! I am Hirofumi Horiuchi. Corp: Job: IoT Engineer Hobby:

    Camp, Watting Football   @h_reader 2
  2. “ 現在の書き方とComposition APIを 使った書き方で カウンターアプリを作ってみました I tried to make a

    counter application with the current writing style and the writing style using Composition API.
  3. 7 カウンターアプリUI Counter app UI count up ボタン -> カウントを1上げる

    count up button -> Add 1 to the count Count -> 現在のカウント Count -> Current count. Double -> カウントの2倍 Count -> Double the count.
  4. まとめ Summary Composition API は 機能ごとにComponentのロジックを分 割するためのAPI Composition API is

    an API for dividing the component logic by function. 今まで複数のComponentで書いていた同じロジックをDRYに 書けそう I wrote the same logic to multiple components, but I can write to DRY. VSCode is the amazing editor.