Patterns for Large Scale Vue.js Applications by Daniel Kelly: Vue.js Nation 2023

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 27. 02. 2023
  • Daniel Kelly is the lead instructor and content creator at Vue School. With over 10 years of development experience on both the frontend and the backend, he's worked with technologies like Vue.js, Nuxt.js, Laravel and more, to create projects ranging from simple websites to enterprise-level applications.
    Vue can be used for large and small projects alike. Large-scale projects though, need to be approached with a bit more thought and design. Why not be inspired by tried and true design patterns from the Vue.js community at large?
    During the talk, Daniel showcases practical design patterns for making your large-scale Vue.js projects more predictable! including:
    - Adopting community standards
    - Component conventions
    - Routing conventions
    - Using SDKs
    - Wrapping third-party libs
    - and more!
    Tune in!
    🎓 Visit Vue School - vueschool.io/
    📗 Master Nuxt 3 with the only Official Nuxt 3 Course
    masteringnuxt.com/nuxt3
    🍍 Master Pinia with the Author of Pinia, Eduardo San Martin Morote
    masteringpinia.com/
    📜 Get Vue.js Certified with the Official Vue.js Certification Program
    certificates.dev/vuejs
    đŸ”„ Get the Ultimate Vue Bundle
    vuebundle.com/
    📅 Join the Largest Online Vue.js Conference for FREE
    vuejsnation.com/
    đŸ“© Contact us at team@vueschool.io

Komentáƙe • 17

  • @kabo123
    @kabo123 Pƙed rokem +30

    If you get into a big project I highly recommend structuring your components by domain and not flat in a components directory. That will get messy really fast

    • @DevTalkes
      @DevTalkes Pƙed 5 měsĂ­ci

      I am here for this exact issue. Inherited a Vue.JS project where I immediately noticed some re-usability potential and a highly confusing component directory. It made me think a shared / commons components and a domain driven structure would be valuable. Will continue to look for something with this in mind.

  • @mel-182
    @mel-182 Pƙed rokem +2

    I was suprised that I wasn't subscribed to this channel! Thank you! Will share this to my team! haha

  • @RicoHerwig
    @RicoHerwig Pƙed 11 měsĂ­ci +1

    Thank you for the video. To me, it seems like a great resource for people starting their first mid-scale side-project. Working with large scale commercial applications is in my opinion not really covered. Especially structuring directories and components is not an easy task in my mind and most OOTB approaches do not really scale. I would love some more insights on those topics in the future.

  • @michaelpanik92
    @michaelpanik92 Pƙed 11 měsĂ­ci

    Great video and a big Roll Tide from Birmingham!!

  • @Jongo1
    @Jongo1 Pƙed 9 měsĂ­ci

    27:05 TypeScript also scared me, but it's so much easier with script setup in Vue 3. IMO it should just be the standard to set up your project with TS. Even if for whatever reason you decide to use it without having learned a thing about it, you still get type inference (automatically detection of types) and it's a brilliant way of future proofing your project/ reducing the risk of technical debt.

  • @iliyanpetrov5762
    @iliyanpetrov5762 Pƙed rokem

    Thanks a lot, great content!

  • @kaandesu4881
    @kaandesu4881 Pƙed rokem

    Thanks!

  • @wizardoflightnings6841
    @wizardoflightnings6841 Pƙed rokem +1

    Best!

  • @b.e.d.r.i.y.i.l.m.a.z
    @b.e.d.r.i.y.i.l.m.a.z Pƙed rokem

    great !

  • @YellowPanamka
    @YellowPanamka Pƙed 5 měsĂ­ci

    In ideal world you can use TS, testing, good naming - in real world: "Dude just solve this as fast as you can, no matter how"

  • @neneodonkor
    @neneodonkor Pƙed 8 měsĂ­ci

    The lady is really pretty. I like her subtle colorful look. đŸ„°

  • @user-tb7dh4dl2x
    @user-tb7dh4dl2x Pƙed 4 měsĂ­ci

    how in the world are you a developer if you can't say http correctly?

  • @yashwardhanpauranik1670
    @yashwardhanpauranik1670 Pƙed 3 měsĂ­ci

    Hardly any help! Waste of time

  • @lestamon6950
    @lestamon6950 Pƙed rokem +12

    This is an information you can find in under 30 seconds in google. Its such a dissapointing to think that all this was just to put some vue school ads.

    • @sokolawp
      @sokolawp Pƙed rokem +2

      Yeah, it makes me think that author doesn't really have enough experience in commercial development to talk about such things

    • @youloulou6591
      @youloulou6591 Pƙed 6 měsĂ­ci

      They could have said, at the beginning, that the content was for beginners, the title is misleading as large scale applications aren't usually developed by beginners