only send api initial api requests on page load, not on every navigation

This commit is contained in:
Gregor Vostrak
2024-04-15 22:28:49 +02:00
parent 22272aebb1
commit c292afa359
2 changed files with 13 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ import { PageProps as AppPageProps } from './';
declare global {
interface Window {
axios: AxiosInstance;
initialDataLoaded: boolean;
}
let route: typeof ziggyRoute;