Single Page Applications (SPA) vs Static Generators vs Universal Apps

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 29

  • @ProgramWithErik
    @ProgramWithErik  6 років тому

    Hey! Thanks for watching the video! I know, my big head was in the way on some of the slides. I'll try to fix that for my next video. Hopefully you can still get a lot of value out of this topic. I'd love to hear what you guys are doing? Multi page apps, Single page apps, SSR?

  • @AdamsTaiwan
    @AdamsTaiwan 6 років тому +11

    I guess if you are describing SPA we should all be on the same page... good one.

  • @ZeeKhar
    @ZeeKhar 6 років тому +9

    When there is text behind you, can you hide your webcam ? Thank you

  • @djjuanquintero
    @djjuanquintero 4 роки тому +3

    Erik {
    display: none;
    }
    :P
    Excellent explanation!

  • @apefu
    @apefu 4 роки тому

    Thank you for a great video! Didn't watch all of it but you quickly answered what I wanted to know so I could extrapolate the rest. The best kind of videos! :)

  • @stanyakubenko135
    @stanyakubenko135 6 років тому +1

    Thanks for the video. Currently, I'm working on a project and after endless hours of thinking how to combine Cakephp 3 and Vuejs I ended up with something that I call a "hybrid app". I think that would be a nice topic for your next video.

  • @TheCreativeRio
    @TheCreativeRio 4 роки тому +1

    Hey Erik. I just wanted to ask you to make a PWA crash coarse. it's definitely missing in your channel

  • @alaeddinemenai1062
    @alaeddinemenai1062 6 років тому

    Hey ! Thank you for your the video :) ,I'm a new fan of vue.js ,I read about SSR (Server Side Rendering) but I still confused about that ,what does mean SSR ? run the same code on Server and the Browser ? or its equivalent to VUE code +NODEjs code ? If someone needs to build a dynamique application with nodejs +vuejs ,should I know about SSR ? thank you

  • @JFkingW
    @JFkingW 6 років тому

    Thats great Information! I think there is just way to less content about these topics on youtube. A Video on how to use Nuxt SSR with Firebase hosting would be great too. Also is there a way to create traditionell MPAs with Vue or should I use Nuxt with npm generate instead?

    • @ProgramWithErik
      @ProgramWithErik  6 років тому

      You can create an MPA with Vue-CLi by using something like the prerender plugin that Chris Fritz created.

    • @JFkingW
      @JFkingW 6 років тому

      But wouldn't that be the same thing as using Nuxt.js with npn run generate? What is the difference between MPA and SPA that are generated statically? Thanks for the answer!

  • @heyyy4987
    @heyyy4987 6 років тому +1

    More nuxt series.

  • @thecuriosity7429
    @thecuriosity7429 5 років тому

    I can't see the text behind you, can u please share it?

  • @sto3359
    @sto3359 6 років тому

    SPA's are cool, however I tend to default to MPA's with a Vue cdn...less complicated.

    • @ProgramWithErik
      @ProgramWithErik  6 років тому

      What do you use for MPAs? Nuxt generate?

    • @sto3359
      @sto3359 6 років тому

      @@ProgramWithErik I use Django with Jinja templates, then use the Vue cdn for any client side manipulation. The great thing about this is that you can still use components when necessary adding a little of magic when necessary.

  • @mr_don_key
    @mr_don_key 5 років тому

    tip: never ever put yourself IN FRONT of a picture, and talk about that picture.. :) (always position yourself on a blank piece of the screen..)

  • @trappedcat3615
    @trappedcat3615 6 років тому

    vs. single page website (no routing)

    • @ProgramWithErik
      @ProgramWithErik  6 років тому

      Well, I was trying to explain both, with routing

  • @Deliverant
    @Deliverant 6 років тому

    Nuxt + Universal = GG

  • @ankhbayarbatsukh2694
    @ankhbayarbatsukh2694 5 років тому +2

    .erik { position: absolute; right: 0 !important; bottom: 0 }

  • @toptenlife704
    @toptenlife704 4 роки тому

    He is basically reading s#!TS

  • @natqe4049
    @natqe4049 6 років тому

    When i was started to learn code, i created a site that solve all of these issues without using a framework or something, just html css (scss) php & js
    tfila.org
    proud of myself!!