I recently started using React in Node base application but I found Vue is very popular among Laravel's community which is my default framework for PHP related development. (I have started learning Symfony ).
My PHP application is not SPA, with that respect what do you suggest for lighter use of JS library with PHP base web application ?
Sanjay Ojha
Developer
Laravel officially chose vuejs as its golden boy basically. But it works with react too.
Vue is more lightweight than react but obviously that means it can't do as much.
VanillaJS is always best for lightweight and speed. :P
Gijo Varghese
A WordPress speed enthusiast
Vue works pretty well with Laravel, but I recommend not to mix both. Keep back-end and front-end separate. Vue is simple, but our team had to switch from vue to react due to various reasons!