I would like to know how to switch between different pages on the client side only, without inertia.visit().
I am using Laravel and Inertiajs.
I understand that props must be specified from the laravel side in order to move to another page.
Is there any way to switch pages without communication between client and server?
I want to switch pages only on the client side with the URL, not by switching components within the same page.