What is the right way of learning a new framework?

Hello guys, I need to learn vue.js for a project that some friends and I are making. I was wondering, what is the right way of learning a new framework, is it going through the docs or through a "crash course" video on youtube for example. From what I've noticed, docs are way faster and some time, we understand things that take 5minutes to read and understand in docs rather than listening for 1 hour in a video. On the other hand, sometimes videos do provide some practice uses, some more insights etc.
17 Replies
ἔρως
ἔρως4mo ago
it's by learning the basics and the vocabulary, while playing around, and then you upgrade to smaller projects and then the big project
Faker
FakerOP4mo ago
no need to start with a video then ?
ἔρως
ἔρως4mo ago
you can watch a video on the basics
Faker
FakerOP4mo ago
I found many "crash course" videos but they are like 4hours long, so don't know if its worth :c
ἔρως
ἔρως4mo ago
depends you can only know if you try making something small
Faker
FakerOP4mo ago
noted, thanks
CDL
CDL4mo ago
Do the tutorial on the official site, read through the guide after if you want but really after the tutorial you should be good to go. I say this as someone also learning Vue 🙂
ἔρως
ἔρως4mo ago
i say to do experiments while learning too
vince
vince4mo ago
there's no right way to learn imo so you'll get a thousand different answers so here's mine: just dive into the project you guys are making and learn the concepts as you build
ἔρως
ἔρως4mo ago
that is very good for you and me, but i dont believe it is the right approach for him he's a beginner
vince
vince4mo ago
That's how I learned when I first started too haha. Guess it just depends on how you learn though 😉
ἔρως
ἔρως4mo ago
i started by being told what it is and shown examples but yeah, different people learn differently
CDL
CDL4mo ago
That’s exactly how I learn best. Watch someone do it, take notes, usually a description + an example. The Vue tutorial and guide is very good though, definitely where I’d atleast start.
vinter.
vinter.4mo ago
fwiw most crash courses are bad video guides also often end up being outdated and videos are "translations" of the docs so while they might explain things in a clearer way there's also the risk of losing information
ἔρως
ἔρως4mo ago
usually the basics dont change too much a notable counter-example is svelte i learned like that too, with everything pascal, c, c#, php, js, html, css, sql, python, bash, batch, autohotkey and only god knows what else
vinter.
vinter.4mo ago
I started learning React for the first time right during the transaction to functional components and made the mistake of not reading the docs first :CAUGHT:
ἔρως
ἔρως4mo ago
you should always check the changelog when updating versions

Did you find this page helpful?