Replies: 2 comments 1 reply
-
Ben's Real World Svelte is probably what you're looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
-
To resolve this issue I have created such a project. Is there any interest from the people in charge of SvelteKit in building it into an option in |
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.
-
The latest breaking changes on routing and layouts have taken me a long time to absorb (I still am - my project has been in hiatus for the last week). I don't think I'm the only one - #6072. It would be very helpful to have a maintained project that shows the flow of data between the various
handle
andload
functions on server and client.By maintained, I mean that it should be available as an option in
npm create svelte@latest
or the rendered output of such a project included in the documents page.Beta Was this translation helpful? Give feedback.
All reactions