Vue JS docs are the best. I don't think anything beats it :)
It's the only doc that generally comes before SO in finding solutions for me.
21–30 of 79 posts
Vue JS docs are the best. I don't think anything beats it :)
It's the only doc that generally comes before SO in finding solutions for me.
Gives you examples right off the bat to get started, is organized well so it's easy to dive deeper, and the author includes some conventions for incorporating the module into your app.
Complex concepts are told in a very simple and concise fashion. There is just the right amount of text for what is told, it does not make you feel dumb and instead invites you to dig deeper in a very welcoming manner.
It was also the first time I encountered the flow diagram type of syntax explanation which I found to be a fantastic way to grasp the details of each command. Eg https://sqlite.org/lang_createtable.html.
The best docs on the planet are now held by Mozilla on Javascript.