We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Imitation of single-page app

Has anyone tried to port this awesome thing to phalcon or maybe phalcon already has something like this built-in and I'm just not aware of that?



43.9k

Hi,

this look like a client side library or not ?



7.6k

Yes, this is only frontend app.

No server-side cooperation necessary. Respond with full HTML pages, not partial page fragments or JSON.

It's nothing else like manipulating frontend view by caching some parts of DOM for do some nice animation. For Phalcon this app does not have any problems, you have to return clasic DOM (eventually with their tags like data-turbolinks-action="replace").

is there any example of it with phalcon?