Top 10 Tips For New Vue.js Developers

preview_player
Показать описание


Course You Should Check out!

Other courses I like on Udemy -

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

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

► Wes Bos's Courses!

___

___

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

Great tips! Just getting started in Vue myself and definitely checking out a few of these.

(1:23) 1. Official Documentation are the Bomb! - Look at official style guide and Enterprise Boilerplate
(3:08) 2. Testing - Vue Test Utils, use Jest or Mocha, Validation!
(4:35) 3. Vue UI / Vue CLI - GUI and tooling for building app
(6:15) 4. Learn Props - passing data into components
(7:30) 5. Vuex - global state management
(9:52) 6. Function Components - special SFCs `<template functional>...</template>`
(11:09) 7. Render function - `render(h) { return h(...) }`
(12:50) 8. Lazy Loading Routes - decreases bundle size
(13:32) 9. Computed Properties - cached, updated only when needed
(14:26) 10. Cool Vue Projects - Gridsome, VuePress, Vuetify, Nuxt, Vuelidate/Veevalidate, and more

chrisscastaneda
Автор

Thank you for sharing the tips for vue Developers. I appreciate your work. Keep sharing more videos regarding vue js frameworks and also other frameworks. Keep sharing more updates and information!

jessicamorris
Автор

vue-axios would've been good to bring up and I think is important to learn early alongside component lifecycle and vuex.

bytebased
Автор

Thanks for the tips. I would also say that new devs practice with it everyday, even just a little bit and maybe try to convert some JS or even HTML CSS projects over to vue

Geomaverick
Автор

Can you make a tutorial on vue? Alot of tutorials are 2yrs ago

pidsme
Автор

Hello Erik, point no. 6 functional components, dont you still need the script tag to import the props? or will props.title just work? Usually we do export default { props: ['title'] } Thanks.

rickyu
Автор

Will you please do a vid on implementing PayPal into a vue app???

pagevpetty
Автор

nice tips.... one thing that always puzzles me is when to use functional components/slots/sfc in a give scenario...seems they can all do what i want but hard to choose

johnm
Автор

Hi Erik. Nice video.
Could you make a simple one about testing, like Vue and Jest?

flavioandrade
Автор

You have errors on your code on presentation

arsenanay
Автор

You keep mentioning React and Angular, most people including myself learnt Vue JS because it is simpler. Which means most people learning Vue JS do not have experience in other libraries or frameworks. While your points are solid, most are not beginner's friendly.

theBIGgee
Автор

tip #1 ... get in the gym and some MMA action. React guys are always sparing for a fight when it comes to a slugging match about what library is the best..

mrrolandlawrence
Автор

you lost me at at #1 with "docs are the bomb" is this a comedy channel?

laserbeard