netninja-sveltekit_tutorial Svelte Themes

Netninja Sveltekit_tutorial

Completed Net Ninja Sveltkit Crash Course with updated routing etc

Net Ninja SvelteKit Crash Course coding

Did the course but chose the lastest and greatest Svelte Packages on install.

Adapted the routes, layouts and errors to the new way of doing things in sveltekit

For Example:

  • index.svelte -> +page.svelte
  • __layout.svelte -> +layout.svelte
  • inline script module -> +page.js
  • route inheritance for layouts
  • error handling with +error.svelte
  • api route from /guides/index.json.js -> /api/guides/+server.js

Top categories

Loading Svelte Themes