vaadin / router

Small and powerful client-side router for Web Components. Framework-agnostic.
https://vaadin.com/router
Apache License 2.0
406 stars 49 forks source link

Whole Page Refresh #881

Open lukaszkaleta opened 5 months ago

lukaszkaleta commented 5 months ago

When I am doing Router.go() whole page refresh. How can I achive that only part of the page will change

Here is mine config:

image

I expect that when going from one inner view to another .. the top template view will not refresh. Now whole page reloads.