Cover image by Clément H on Unsplash
I recently started working with Vue.js, and so far it has been one of the most enjoyable frameworks to learn....
For further actions, you may consider blocking this person and/or reporting abuse
Great post. I have to add another thumbs up for VueJs.
I chose to use it on our current work project due to how intuitive it was to learn and how it wouldn't mean the team having to wrap their heads around yet another way of doing things.
It's been such a natural framework to learn and as we've used it we've found that it's really facilitated with keeping code neatly organised.
Like others have commented it's also been a surprisingly joyful experience. I've found myself on a few occasions thinking it'll never handle this and low and behold, bang, it's all hooked together and just working. Brilliant!
I completely agree! So much fun :)
"Adding Vue to an existing web project is relatively simple. You can start coding very quickly without having to know anything about JSX, ES2015, or build systems to get started."
This part needs to be stressed more and more in my mind and is the biggest problem with so many JavaScript frameworks/libraries right now. So many frameworks force you to jump through so many hoops to make sure you have the build system they chose setup correctly. Force you to run their project template setups.
I sometimes just want to quickly prototype something. Linking to one JS file, writing like a couple lines of code without the need of a huge boilerplate is was has me sold on Vue more than any other framework right now.
I completely agree, this is the thing that I struggle with the most and I expected the same with Vue.
At times I find myself overcomplicating things in Vue if anything, just because I expected it to be harder to do than it is!
Thank you for your article I was going to spend the time to learn React since i was looking for something new to use at work but it seemed like alot of work to implement in an existing application. Vue has definitely sparked my interest, good article
Thanks :) For an existing application, Vue is definitely worth investigating! Good luck!
Yeah totally agree with you, on all points.
At some point i got really bored with coding, and a couple of months ago i decided to check out Vue.Js and how it looks like, i was fascinated and coding was fun again.🙂
Adding the Vue Dev tools i was able to see what pages were made with Vue.
I was pleasantly surprised to see that 9gag is one of them.
I was exactly the same, after a while things become very normal/mundane. Learning Vue has been the most fun I've had with coding in a while!
Really? I didn't know that. That's pretty cool :)
I agree! I've been learning Vue.js because someone is using it at work. I highly recommend loading up Node and trying the Vue-cli package. To me, that's where it really shines. The only problem is that going back to traditional JS coding is hard after you've used a framework like this. :)
Totally agree!
I recently started learning and it is indeed easy and fun to get started. And the possibilities are endless!
It feels to me that Vue is to React what Flask is to Django: more lightweight, less opinionated, easier to learn, more simple but also powerful.
Exactly! React seemed overkill for what we needed from it. Vue does all the things we need, and it was easy to integrate. Much more flexible. :)
It is maintained by a single person (practically). What do you think of that? Maybe I'm paranoid, but I worry a bit each time I check the repository and I see that only Evan is coding 😥
So you're more worried of who developed it than how it was developed?
*sarcasm* You sound interesting.
Vue is very nice, but his community only says "It's very easy to use" and I do not see anyone contributing to it. That's what I was trying to say. Anyway, I lost the track to Vue for a few months, maybe that change or surely will.
Just because you only see one person committing on the repository doesn't mean that only one person is working on it. And also, vue doesn't only have 1 repo, it has many repos dedicated for each official plug-in/modules which it uses (vue-router, vuex, vue-18n, etc...).
See the team: vuejs.org/v2/guide/team.html
Way to often I hear this sentence when someone talks about a framework. Why? This is not a useful metric. I can write a static HTML in no time too, does it providr any useful information for me creating an actual app? No. Most of the time you get neat frameworks that a fast to get going, but fall apart with larger stuff
It's just getting across the point that it is quick to learn, you don't have to spend hours to throw up something basic. If you have no experience in React, getting a React app running would be much more daunting than using Vue for example.
Indeed Vue has been a great 'breath of fresh air' with regard to making coding fun and exciting again.
I'm also diving head first into GraphQL with Vue as well. Vue is definitely fun to work with.
Sounds like a fun project! Enjoy :)
It's hi time I give vue a try.
Thanks for the article
Nice i want to learn
Enjoy! :)
thanks you its very useful post
I could not agree more! :) I also love all the available dev tools (vu-devtool, vue-cli, vetur, etc...) which make developing so enjoyable
You can also check this link dev.to/ankitkapoor5821/top-vuejs-w...
That's great! I definitely agree, the beauty in it is that it doesn't get in your way and isn't the main focus.