Replies: 4 comments
|
did you solve this? |
0 replies
|
i just gone through this , |
0 replies
|
This should be solved by the upcoming remote function cache API. It’s something that load functions are currently missing #15678 |
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
All reactions