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

Поділитися
Вставка
  • Опубліковано 15 жов 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 11 місяців тому

      that's on the docs already

    • @Microphunktv-jb3kj
      @Microphunktv-jb3kj 8 місяців тому +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 8 місяців тому

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

    • @AlexWohlbruck
      @AlexWohlbruck 7 місяців тому

      this video was a waste of 20 minutes

    • @lassestube
      @lassestube 4 місяці тому

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

  • @mayanksgajjar
    @mayanksgajjar 2 дні тому

    Thanks @danielkelly ❤

  • @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).

  • @TheJubeiam
    @TheJubeiam Рік тому +2

    Very basis but usefull stuff

  • @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

  • @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.

    • @AngelHdzMultimedia
      @AngelHdzMultimedia Рік тому +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).

    • @AngelHdzMultimedia
      @AngelHdzMultimedia Рік тому

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

    • @Andrey-il8rh
      @Andrey-il8rh Рік тому

      ​@@TheLight141disregard

  • @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

  • @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.

  • @crazyden2345
    @crazyden2345 Рік тому +14

    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.

  • @СергейБобков-б7э
    @СергейБобков-б7э 6 місяців тому

    thanks

  • @banwa_non
    @banwa_non Рік тому

    I don't use Typescript only JS Doc.

  • @games4us132
    @games4us132 Рік тому

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

  • @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 11 місяців тому

      @@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.

  • @disguisedgirl
    @disguisedgirl 10 місяців тому

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

  • @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.