24

I learnt vue.js and thought it was awesome. I started reading react documentation today and now I realise vue.js is even more awesome than I first thought.

Comments
  • 3
    Lol react, i once saw a news about netflix gain speed by removing 80% of reactjs on their website
  • 1
  • 3
    You just convinced me to learn vue.
  • 4
    Hell yeah. Vue is really beautiful. React gave me headache 😐
  • 1
    @harrizsb Well, they went from React (a fairly heavy framework) to pure vanilla JS. No surprise they improved performance.

    But I also have to wonder how well their React code was written. I can't see it causing THAT much of a performance hit.
  • 0
    @justsomeguy but facebook and instagram was made by react
  • 0
    @harrizsb Facebook developed react, so of course their going to use it. And I don't know if you've notice, but it's slow as shit to load on slow computers and internet connections.
  • 2
    I am a beginner and I did few pages with Node, Express, Mongo, Jade and Bootstrap. Do you recommend me to use also Vue for the front end? What are new functionalities that I can explode with Vue?
  • 1
    @raulqf if you are using bootstrap then it has a lot of jQuery with it to do the basic things you need. If you wanted to write your own functionality for new components then Vue is a great tool. It's a different way of thinking to jQuery as it's reactive but check it out and see what you think.
  • 2
    If you check this page ( https://vuejs.org/v2/guide/... ) specially "Optimisation Effort" part, you'll get to know how Vuejs is different from React.
Add Comment