A modular approach to building large-scale apps with Vue by Kunal Varma - Kunal Varma

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024
  • Introduction
    Anatomy of a typical Vue app
    To Type(script) or not to (Type)script
    An ode to Modularity
    Foundation will set you free
    Injection is good
    The things we do for Async
    O Convention, where art thou
    It only gets bigger
    Patterns to the rescue
    To err is Human
    End
    Kunal is an early Vue adopter (when v-for was v-repeat) and an ardent evangelist of Vue. He is notorious for his dark humor, and pulling pranks on his peers. Amongst other things, he is the co-founder and CTO of ClearGlass Analytics.

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

  • @abiekebede3161
    @abiekebede3161 4 года назад +19

    This is probably the only video that explains Vue modular architecture. It would have been great if it had git repo or code samples. Please make one

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

      Now we have another one: ruclips.net/video/iuyzO2QkY7A/видео.html

    • @kaibe5241
      @kaibe5241 Год назад +1

      Unfortunately it doesn't go far enough. You can go way, way further in modularing your vue apps by having them as separate apps completely.

  • @edmartian
    @edmartian 4 года назад +5

    This is literally gold for me right now. Thank you very much.

  • @hocahaenyi745
    @hocahaenyi745 4 года назад +2

    Most direct, and practical session on modular architecture with vue

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

    This is the type of content I pay my internet bill for. The whole talk was insightful, the presentation hooked me till the end. Thank you for sharing such valuable information, Kunal. 🙌

  • @manueldiera6781
    @manueldiera6781 4 года назад +2

    Great material, big fan of this pattern abd only recently started adding a wrapper component for each module.
    It just makes sense. Thanks for sharing.

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

    This only works if your backend developer understands what you are trying to do, or if you're using GraphQL. Otherwise, they'll make an API that only calls what is specifically needed on those pages as they reference design files. This is all fun and good, but not necessary feasible in many companies / work structures.

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

    Such a good video mate, it was so useful to decide what kind of architecture I'm gonna use, do you have a repo as example with code?

  • @CarlosAlberto-os6eb
    @CarlosAlberto-os6eb 2 года назад +1

    What if I need some component from another module?

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

    Is the demo source code available publicly? what is the git repo URL?

  • @philipepics
    @philipepics 2 года назад +1

    great approach 👏👏👏

  • @playbookapp3231
    @playbookapp3231 4 года назад +1

    Could you share the git codebase

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

    please provide a skeleton of app using modular approach if possible

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

    Such good talk and practical too. 👍

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

    subtitles please :)

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

    Awesome, thanks man

  • @honza139706
    @honza139706 4 года назад

    Very good !

  • @skngetich
    @skngetich 2 года назад +1

    dear reader, I am looking for vue architecture videos that you have found helpful such as this if have stumbled upon one please tag me in the comment or reply to this comment with the link

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

      Here you are: ruclips.net/video/iuyzO2QkY7A/видео.html

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

      @@marinakaryukova6231 Thank you very much

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

    const phrase = 'Only and only if'
    phrase.slice(5)
    const correctPhrase = 'if ' + phrase
    console.log('result ' + correctPhrase)
    result: 'If and only if'

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

    Anglur way

  • @animatedzombie64
    @animatedzombie64 4 года назад +2

    not bad not good