Bug Report
Prerequisites
Description
When using @layout in page components the layout is rerendered when a user switches between pages using the same layout.
Steps to Reproduce
i have created a demo project here:
https://github.com/luckyluggi/piral_blazor_layout_reload
Expected behavior
It would be great if the layout would not be reloaded and just the page content would be updated.
I think this would significantly improve the user experience.