By drupol on
Hello,
I have watched a UX Turbo symfony tutorial which covers on how to build a single page application. I have noticed that as I am navigating thru pages, there is no page refresh.
From google search, this came up first.
https://www.drupal.org/project/spalp
Some of the D8 sites that I built, pages refresh and browsers spin as the pages are loading. Can you refer me to some resources on how to build a single page drupal site so I can learn more about it?
Thanks!
Comments
https://www.drupal.org
https://www.drupal.org/project/decoupled_pages
https://www.drupal.org/project/decoupled_router
Thank you! I will look into
Thank you! I will look into those.