Weird HTML comments when using Vue or Nuxt?

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 17

  • @heunsigjo7484
    @heunsigjo7484 10 หลายเดือนก่อน +1

    I have never thought about removing these comments. Honestly, I was not aware of the existence of these comments before watching this video :). Thank you for teaching me the fundamental knowlege.

    • @TheAlexLichter
      @TheAlexLichter  10 หลายเดือนก่อน +1

      You are very welcome! That's the reason why I talk about these topics - because they are not known by many but it can help a lot if people would 😁

  • @thejurex87
    @thejurex87 10 หลายเดือนก่อน +2

    Your videos are great. In every one of them I lernt something new. So thanks and keep 'em coming! 😉👍

    • @TheAlexLichter
      @TheAlexLichter  10 หลายเดือนก่อน

      This is great to hear! Thank you Jure 🙏
      Seems my plan of covering the "lesser known" topics is working 👌

  • @mikalai-hryb
    @mikalai-hryb 10 หลายเดือนก่อน +2

    the video was beneficial, thank you for such a good explanation!

    • @TheAlexLichter
      @TheAlexLichter  10 หลายเดือนก่อน +1

      Glad it was helpful Mikalai!

  • @nthcplayer4320
    @nthcplayer4320 10 หลายเดือนก่อน +1

    Nice video as always :D
    If I'm not mistaken, bracket is also use sometime with v-if no ? 🤔

    • @TheAlexLichter
      @TheAlexLichter  10 หลายเดือนก่อน +1

      Yes! v-if, e.g. on a `template` (or in combination with slots) is also one scenario where these pop up! 👍

    • @nthcplayer4320
      @nthcplayer4320 10 หลายเดือนก่อน +1

      @@TheAlexLichter Thx for the precision !

  • @fabius-maximus
    @fabius-maximus 10 หลายเดือนก่อน +4

    Nice sweater 😆

  • @codedjango
    @codedjango 10 หลายเดือนก่อน +2

    Thanks for this tutorial - I would like to see a basic tutorial on how to code a Vue3 app with SSR....thank you

    • @TheAlexLichter
      @TheAlexLichter  10 หลายเดือนก่อน

      You mean a "plain" Vue 3 app without a framework? Noted!

  • @AksoomHussain7866
    @AksoomHussain7866 10 หลายเดือนก่อน +3

    so if you set SSR to false then it gone 🙂specially hosting generated file in shared server

    • @TheAlexLichter
      @TheAlexLichter  10 หลายเดือนก่อน +1

      Yes, exactly. *But* then you also don't have SSR (so bad SEO, initial request with loading spinner etc. etc.)
      So that's not really an option 😁

    • @AksoomHussain7866
      @AksoomHussain7866 10 หลายเดือนก่อน

      @@TheAlexLichter i think SSG is least explored around for hybrid SPA can solve the mention issue

    • @TheAlexLichter
      @TheAlexLichter  10 หลายเดือนก่อน

      With SSG you’ll have the same „issue“ as it is just SSR on build time.
      But to double down: The comments are totally fine and won’t be a problem for your app ☺️