You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment there's a single chapter of the OG tutorial in the content directory. We need to port the rest of the tutorial over, and add SvelteKit material.
We need to serve two audiences:
People who are new to Svelte altogether, who don't want to be distracted by SvelteKit-related stuff until it's time
People who already know Svelte, and want to skip ahead to SvelteKit stuff
It may be the case that the first group is best served by hiding the full project file structure, and zooming in on a single directory that contains the existing App.svelte (and whatever other files are relevant to the section).
It's also possible that we need a stricter separation between the Svelte sections and the SvelteKit sections, though I'm not 100% sure what that looks like.
The text was updated successfully, but these errors were encountered:
At the moment there's a single chapter of the OG tutorial in the
content
directory. We need to port the rest of the tutorial over, and add SvelteKit material.We need to serve two audiences:
It may be the case that the first group is best served by hiding the full project file structure, and zooming in on a single directory that contains the existing
App.svelte
(and whatever other files are relevant to the section).It's also possible that we need a stricter separation between the Svelte sections and the SvelteKit sections, though I'm not 100% sure what that looks like.
The text was updated successfully, but these errors were encountered: