Vue 3 for Beginners - Building a tick tac toe game with the Composition API

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024

Комментарии • 23

  • @michaelpumo83
    @michaelpumo83 3 года назад +2

    At 2:08 you say the one on the left uses the composition API but that's the options API.

    • @CodingWithJustin
      @CodingWithJustin  3 года назад +2

      Oops - mistakes happen. At least I labeled them correctly. I'll pin this so others can see it! Thanks for pointing it out

    • @michaelpumo83
      @michaelpumo83 3 года назад +1

      @@CodingWithJustin Great content on your channel. Keep it up!

  • @mshaheerhaider
    @mshaheerhaider 3 года назад +1

    Awesome man, I just did a revision of Vue in 11 minutes. Thanks

  • @nitinsoni9956
    @nitinsoni9956 3 года назад +4

    It's really awesome that we can learn so much from such a short and basic game video. The composition API is really great and so are your videos Justin 👍

  • @cw3dv
    @cw3dv 3 года назад

    Super Cool

  • @Slavaver
    @Slavaver 3 года назад

    I've tried to code along your video, but {{ squares[x][y] }} in button was giving me error: "Cannot read property '1' of undefined", and -1 as solution worked ({{ squares[x-1][y-1] }}). Why in our code there is no such problem?

    • @jonathanascano
      @jonathanascano 3 года назад

      I encountered the same error as well. I hope Justin will reply to this.

    • @jonathanascano
      @jonathanascano 3 года назад

      owww, it's working, we just need to continue watching the video

  • @thefonsotube
    @thefonsotube 2 года назад

    why was this changed "x in 3" to ""(_, x) in 3" ??? @9:10 to @10:17

  • @xaxababa6616
    @xaxababa6616 3 года назад

    Your videos are super great, but extremely short unfortunately :(

  • @ToPFeE1234
    @ToPFeE1234 3 года назад

    Hi, Can you please provide a git source code that you already mention in the video? , I try to follow but stuck at some part.
    sorry if my English is not good.

  • @rolikaseventysix
    @rolikaseventysix 3 года назад +2

    Amazing, thanks for your effort dude!

  • @maynoeswe2849
    @maynoeswe2849 3 года назад

    Could u share its github sourcode ?