B
B
bio2016-02-18 12:12:48
JavaScript
bio, 2016-02-18 12:12:48

Which framework to choose for partial DOM update?

Good afternoon!
It will be used on the website of the online store to update the list of products when going through pagination, when changing the display of products, to load a product card and a lot of the same on other pages and in your personal account. All this without reloading the page.
Backend in php (laravel), template rendering will be on the server.
I really don’t want to use jQuery for these purposes (noodles, spaghetti and all that).
Most of the frameworks I've looked at are aimed at rendering templates on the client, which doesn't work for me.
Tell me which one to choose and what can I read on this topic?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xfg, 2016-02-18
@xfg

No. JS frameworks are designed to create a client application. You cannot have a client, because Everything is rendered on the server. Therefore, only low-level libraries ala jquery.

V
vsuhachev, 2016-02-18
@vsuhachev

Take a look at turbolinks , it just combines server-side rendering and ajax

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question