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

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

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

  • @kabo123
    @kabo123 ปีที่แล้ว +34

    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 11 หลายเดือนก่อน

      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.

  • @DevNightly
    @DevNightly ปีที่แล้ว +3

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

  • @Jongo1
    @Jongo1 ปีที่แล้ว

    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.

  • @YellowPanamka
    @YellowPanamka 11 หลายเดือนก่อน +1

    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"

  • @RicoHerwig
    @RicoHerwig ปีที่แล้ว +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 ปีที่แล้ว

    Great video and a big Roll Tide from Birmingham!!

  • @MirosawSiwecki
    @MirosawSiwecki 5 หลายเดือนก่อน

    Why you use prettier if you have eslint???

  • @iliyanpetrov5762
    @iliyanpetrov5762 ปีที่แล้ว

    Thanks a lot, great content!

  • @wizardoflightnings6841
    @wizardoflightnings6841 ปีที่แล้ว +1

    Best!

  • @kaandesu4881
    @kaandesu4881 ปีที่แล้ว

    Thanks!

  • @b.e.d.r.i.y.i.l.m.a.z
    @b.e.d.r.i.y.i.l.m.a.z ปีที่แล้ว

    great !

  • @neneodonkor
    @neneodonkor ปีที่แล้ว

    The lady is really pretty. I like her subtle colorful look. 🥰

  • @МихаилКорвин
    @МихаилКорвин 10 หลายเดือนก่อน

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

  • @yashwardhanpauranik1670
    @yashwardhanpauranik1670 9 หลายเดือนก่อน

    Hardly any help! Waste of time

  • @lestamon6950
    @lestamon6950 ปีที่แล้ว +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 ปีที่แล้ว +2

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

    • @youloulou6591
      @youloulou6591 ปีที่แล้ว +1

      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