Answer the question
In order to leave comments, you need to log in
Website on laravel without reload?
Hello, we are writing a project on laravel 5, the task arose to make page navigation work without reloading the ajax page, like in VK, for example, the programmers said that regular jQuery + laravel would not work for this.
Please tell me how to implement it correctly and on what technologies?
Answer the question
In order to leave comments, you need to log in
the programmers said that regular jQuery + laravel would not work for this
In fact, there are 3 most popular options here:
Angular + Laravel,
React + Laravel,
Vue + Laravel
No jQuery is needed to implement the so-called ajax. nor Vue. Browsers provide convenient fetch out of the box, if you need support for older versions, then support it with a polymer at most.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question