Amidamaru's avatar

Which JavaScript is better for a Simple System, React, Angular or VueJS

I developed a system in Laravel 5.3. I have not chosen a front-end javascript. I want to have features like parsing, pagination, data binding and automated search

What do you think is better React, Angular or VueJs?

0 likes
8 replies
bobbybouwmann's avatar
Level 88

They are all fine for this.

  • VueJs is a bit smaller, but it's easy to code with
  • React is fully component based, it's a deeper dive then VueJs
  • Angular: this is a more complete framework, it's just the question how many features do you need?
1 like
Amidamaru's avatar

@bobbybouwmann Thanks. I don't know how much features I will develop. The current app i developed is doing good at this stage as it can restrict pages according to user.

I am still thinking of a good javascript framework that is not difficult to handle, fast and good performance overall.

ChristophAust's avatar

At the moment I would go for Vue2.0 to be honest.

It is best in value when features are taken into relation to performance / size.

1 like
IsaacBen's avatar

Chances are you might not even need one. I'm in the middle of building a project management system and was thinking to use Vue, but turns out that jQuery is all I need. So don't force the use of a JS framework, use it if needed.

To answer your question I would pick React/Vue as they are minimal and can easily be integrated into an existing app. To me Angular is for fully blown SPA's as it's a complete framework with many features builtin.

1 like
Amidamaru's avatar

@IsaacBen Ok - I think I will personally choose VueJS for this project as it can be well rounded in any situation

Please or to participate in this conversation.