Create a component that hijacks local URL navigation, performs an AJAX request to fetch the new HTML content, and only updates relevant elements that need to change. A good example of this is essential.com - when you click on a different page, the transitions are super smooth.
Relevant similar project might be Turbolinks.
Create a component that hijacks local URL navigation, performs an AJAX request to fetch the new HTML content, and only updates relevant elements that need to change. A good example of this is essential.com - when you click on a different page, the transitions are super smooth.
Relevant similar project might be Turbolinks.