V
V
vvk9962018-07-03 11:39:59
Frontend
vvk996, 2018-07-03 11:39:59

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

3 answer(s)
R
Roman Kitaev, 2018-07-03
@deliro

the programmers said that regular jQuery + laravel would not work for this

They are no longer programmers.
Suitable, another matter - what forces

M
Mykola Ivashchuk, 2018-07-03
@mykolaim

In fact, there are 3 most popular options here:
Angular + Laravel,
React + Laravel,
Vue + Laravel

V
Vyacheslav Plisko, 2018-07-06
@AmdY

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 question

Ask a Question

731 491 924 answers to any question