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?
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! :)
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.
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
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?
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!
@@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.
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!!
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?
I guess if you are describing SPA we should all be on the same page... good one.
When there is text behind you, can you hide your webcam ? Thank you
Sorry! Next video I will,
Erik {
display: none;
}
:P
Excellent explanation!
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! :)
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.
Hey Erik. I just wanted to ask you to make a PWA crash coarse. it's definitely missing in your channel
I'll add it to the list!
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
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?
You can create an MPA with Vue-CLi by using something like the prerender plugin that Chris Fritz created.
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!
More nuxt series.
I will!
I can't see the text behind you, can u please share it?
SPA's are cool, however I tend to default to MPA's with a Vue cdn...less complicated.
What do you use for MPAs? Nuxt generate?
@@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.
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..)
vs. single page website (no routing)
Well, I was trying to explain both, with routing
Nuxt + Universal = GG
.erik { position: absolute; right: 0 !important; bottom: 0 }
left: 0;
display: none;
He is basically reading s#!TS
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!!