Hacker News new | ask | show | jobs
by josefrichter 3146 days ago
Rookie Vue dev here. I found Vue super easy to understand and to start using for my own simple stuff basically from day 1. Gradually as my tiny projects grew in complexity, I naturally started to feel the need to manage state better. And again, Vue docs led me gradually thru pure-Vue solutions towards VueX. It all felt very naturally, the documentation didn’t push me to anything, just gave me answers at my pace. Can’t say the same about React, even though I’m a big fan of both.
2 comments

Vue documentation is just superb. Kudos to those wrote it. Evan Yu, in particular. Only those who understand a topic very well can present it so simply.
How are you learning Vue? Looking to expand my toolkit.
Vue official docs/tutorial are great. I also highly recommend Laracasts free Vue lessons:

* https://laracasts.com/series/learn-vue-2-step-by-step * https://laracasts.com/series/testing-vue

Awesome Vue has a good list of many vue resources: https://github.com/vuejs/awesome-vue
Initially, https://www.udemy.com/vuejs-2-the-complete-guide/ course helped me to get going. After that, I just read the official documentation and examples on Github.