Replies: 1 comment
-
did you solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When navigating from a list view to a detail page and then using the browser's back button to return, +page.server.ts is re-executed, causing another API call to the RESTful server to redraw the list.
Is there any specific SvelteKit configuration that allows preserving the previous list view state without making new API calls when returning via the browser's back button
Beta Was this translation helpful? Give feedback.
All reactions