Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
harrizsb7317yLol react, i once saw a news about netflix gain speed by removing 80% of reactjs on their website
-
@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. -
@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.
-
raulqf3007yI 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?
-
@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.
-
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.
Related Rants
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.
rant
vue.js
reactjs
javascript awesomeness