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?
@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.
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.