Patterns for Large Scale Vue.js Applications - VueConf US 2023

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

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

  • @ColinRichardson
    @ColinRichardson ปีที่แล้ว +27

    I thought this was going to be actual patterns.. But this is stuff we already do.. Except we don't call our buttons AppButton..

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

      that's on the docs already

    • @Microphunktv-jb3kj
      @Microphunktv-jb3kj 9 หลายเดือนก่อน +1

      8minutes and doesnt talk anything about large scale app patterns...
      this is literally hello world level info , everyone knows all the tools and stuff in this video...
      this video must be for coders who need to do web... and vue is new tech to them....

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

      And thats the reason i don’t like to go to conferences… that’s not what i was expecting

    • @AlexWohlbruck
      @AlexWohlbruck 8 หลายเดือนก่อน

      this video was a waste of 20 minutes

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

      Came for the large scale app patterns, watched a video on vs code extensions and hello world.

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

    Daniel's woodworking 'cut a straight line' point is sooooo correct. It's much easier to be accurate with an SDK... or a milling machine.. than by actually using your hands; it takes talent on a different level (that is grossly unappreciated today).

  • @crazyden2345
    @crazyden2345 ปีที่แล้ว +15

    Not gonna lie these videos are always underwhelming. I expected actual useful patterns that emerged from experience, not just stuff I can read in the docs or with common sense.

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

    It would be interesting to see which ways the vue-professionals wraps supabase methods. I use composables, but I'm not sure if it's a good way

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

    Thanks @danielkelly ❤

  • @Andrey-il8rh
    @Andrey-il8rh ปีที่แล้ว +1

    This talk resonates with overall level of VueSchool content - extremely basic. Might be good for people who just get into Vue, but pretty useless if you spent at least couple of years with the framework. I wish there was more advanced content to reason about

  • @TheJubeiam
    @TheJubeiam ปีที่แล้ว +2

    Very basis but usefull stuff

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

    What does it mean [id].vue and edit-[id].vue in 11:26? I never see this usage in my project.

    • @ZawHlaingWin-ri1js
      @ZawHlaingWin-ri1js ปีที่แล้ว

      Nuxt file-based routing. That's what you need to check out.

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

    Fantastic video. BTW I’m huge fan of Quasar. What are your thoughts on it vs Nuxt?

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

      @@TheLight141 Of course. Upon reading more about Nuxt, it’s starting to make sense. Nuxt even has Quasar module. Exactly what I need. Thank you.

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

      ​​@@TheLight141if you are going to spread information, it better be a correct one. Quasar is both an ui library and a SPA/SSR/Mobile/Desktop cross platform Vue framework.
      I personally just use the UI part of Quasar in Nuxt because Quasar still don't have auto imports (they will work on it in the future).

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

      @@TheLight141 haha lame excuse just to win the argument. People noways are childish without accountability. 👎

    • @Andrey-il8rh
      @Andrey-il8rh ปีที่แล้ว

      ​@@TheLight141disregard

  • @harem_lord-FFM
    @harem_lord-FFM ปีที่แล้ว

    I don't use Typescript only JS Doc.

  • @СергейБобков-б7э
    @СергейБобков-б7э 7 หลายเดือนก่อน

    thanks

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

    yes, magic of auto imports, so that you can't do integration testing. So magic, wow.

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

    I didn't like this talk. Basically some super obvious things mixed with some totally subjective things like naming pattern. Sadly I see the decline of the level of talks. I feel like most presenters are afraid of talking about some complex topics and choosing safe, obvious talks that you can't really learn anything from it.

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

    All are know things, nothing new and pretty basics. Nothing related to large scale application.

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

    very basic no much useful for 3 year vue dev.

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

      Any suggestions for those who have 2 years experience in Angular, but wants to approach Vue?

    • @j.r.r.tolkien8724
      @j.r.r.tolkien8724 ปีที่แล้ว

      ​@@adampolyansky711About 3 years ago when I was at university I learned Vue in 3 days and built my final year project. It wouldn't have been possible without Vue because of the time constraints. Vue is easy to get into. What I struggled with was things like file structure, navigation munie styling because I didn't know how to toggle classes through props and connecting to an SQL database. The best advice I can give is take your time to learn the nuances. If you rush things you won't be able to find solutions for your specific use case.

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

      I agree.

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

      @@adampolyansky711 vue is very simple than angular . Read vue docs and follow vue code styles is enough . Why do u wanna change to vue?

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

      @@adampolyansky711 Honestly, learn to apply some of the Angular patterns in vue. Services, DI, maybe modules for larger apps. Vue doesn't enforce these patterns, but it does give you the tools to implement them.