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

preview_player
Показать описание
You may have heard Static Generated Site (Static Generators), or Single Page Application, or Universal JavaScript App. But what do they mean? When should you use one or the other?

-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆-----☆

► LEARNING TO CODE? CHECK OUT THESE COURSES! (SOME ARE AFFILIATE)

(use discount code For-YouTube to get 40% off!!)

► Wes Bos's Courses!

___

___

___

Рекомендации по теме
Комментарии
Автор

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?

ProgramWithErik
Автор

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

AdamsTaiwan
Автор

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

ZeeKhar
Автор

Erik {
display: none;
}

:P

Excellent explanation!

djjuanquintero
Автор

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.

stanyakubenko
Автор

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! :)

apefu
Автор

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

TheCreativeRio
Автор

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

alaeddinemenai
Автор

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?

JFkingW
Автор

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

thecuriosity
Автор

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

sto
Автор

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

mr_don_key
Автор

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

ankhbayarbatsukh
Автор

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
proud of myself!!

natqe