Jump to content

For scripters/JavaScript programmers: VueJS


Recommended Posts

Posted

Hey everyone.

 

So, i have a small question. I'm currently re-writing a business website for a school project.

I am familiar with JavaScript but i have a bit knowledge about  extentions like VueJS, Ajax, AngularJS etc etc.

 

My school is pushing about using VueJS because it's lightweight and easy to use. 

What i know is that VueJS is almost the same as AngularJS but newer. 

 

I have been using VueJS for some time now and it's really fine to use. But, as someone who likes feedback, i'm asking you guys if i should keep using VueJS or stick to AngularJS. What are your thoughts about VueJS and are you using it?

 

Sebastian :)

Posted

The whole "lightweight" argument is bullshit. It’s 2016, everything is served via a CDN and cached locally. Loading a huge JS framework is hardly a job for even mobile devices to handle. I’d much rather spend my time developing my product than rewriting production ready frameworks. On top of this you have things like Webpack to help prevent multiple resource requests, etc.

 

I've heard great things about VueJS but never personally used it. VueJS is primarily for those that want flexibility while AngularJS is designed to easily support single page applications. Personally I prefer React + Redux as a nice starting architecture for my web projects but that's just me.

  • Like 2
Posted

The whole "lightweight" argument is bullshit. It’s 2016, everything is served via a CDN and cached locally. Loading a huge JS framework is hardly a job for even mobile devices to handle. I’d much rather spend my time developing my product than rewriting production ready frameworks. On top of this you have things like Webpack to help prevent multiple resource requests, etc.

 

I've heard great things about VueJS but never personally used it. VueJS is primarily for those that want flexibility while AngularJS is designed to easily support single page applications. Personally I prefer React + Redux as a nice starting architecture for my web projects but that's just me.

 

What he said:

Page loading times are important, but nowadays internet connection on both mobile & PC are more than fast enough.

+ the fact that everything gets cached mostly.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...