Jump to content

For scripters/JavaScript programmers: VueJS


Sebastian

Recommended Posts

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 :)

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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