Should I use jQuery or Vue js in order to make interactive website using laravel?
Hi ...
I have you can say "a general overview" how the Laravel framework works , and it's components
and I already done some small "Training apps " using it .
Back then I already used jQuery, and Ajax to make some changes in the background .
I'm refreshing my Background in laravel right now , and I'm wondering if the programmers these days in general still using jQuery with laravel , or Vuejs ??
I mean for Basic things for example : sending Ajax reuqest , delete or update without refreshing the whole page ,
pagination ...etc
I think people are moving more and more away from jQuery and over to other frameworks (vuejs, react, angular, alpinejs etc).
I would recommend not mixing them but instead find one that you like and begin leaning how it works.
To get ajax in you can use axios (I think most people use that no matter what framework they end up using)