Make simple SSR easy please #6572
TranscendentalRide
started this conversation in
General
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, there is no easy way to make a route pure SSR. Even if we block
__data.js
access and force page refreshes on links, iedata-sveltekit-refresh
, you still break the page if you use the back-button.Please make a route that is suppose to be SSR only easy to achieve. We may want PHP-like behavior for a page, just SSR. Nothing else.
SvelteKit is making the difficult easy, but shouldn't the easy also be easy?
If a link to a page is marked "refresh" then shouldn't navigation back to that page via back button respect that?
Beta Was this translation helpful? Give feedback.
All reactions