Understanding sveltekit Routing with API Routes #05

This Video is a part of Sveltekit Playlist
Playlist Link
https://www.youtube.com/watch?v=1rKRarJJFrY&list=PLIGDNOJWiL1-7zCgdR7MKuho-tPC6Ra6C
Welcome to my brand new playlists where i am covering svelte JS and SvelteKit
In this playlist, we are going to cover all about SvelteKit

00:00 api routes
01:40 blog post routes
04:30 API function GET and POST
08:45 blog post page routes
13:40 accessing data from load function
18:00 movie routes
18:50 fetching movies from load function
24:00 load function in page.ts and page.server.ts


Github :
https://github.com/tkssharma/sveltekit-training-2023
https://github.com/tkssharma/lets-play-with-sveltejs

Playlist:
https://www.youtube.com/playlist?list=PLIGDNOJWiL1-7zCgdR7MKuho-tPC6Ra6C

I am preparing Video series on Svelte JS for developers and will be covering all these Modules

- Base Syntax and core features
- Conditionals and loops
- Looking more into Reactivity
- Food Menu Dashboard with Svelte JS
- Diver deeper into components
- Working with Forms
- slots
- sandbox examples
- stores in svelte JS (readable, writable, derived store)
- custom store and svelte js lifecycle methods
- Managing data in stores
- Http Requests
- Using special Elements
- Routing and SSR with Svelte Kit
- Deploying App
- Additional Parts
- Auth using Auth0
- Integration with BE APIs

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.

Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes. For Sveltekit this is the video playlists

- SvelteKit getting started Introduction #01
- SvelteKit Course Agenda #02
- Bootstrapping with simple App SvelteKit #03
- Sveltekit course getting ready #2023 #04
- Understanding sveltekit Routing with API Routes #05
- Understanding sveltekit Layouts #06
- Understanding sveltekit Data fetching client side/server side #07
- Sveltekit Demo App with Store #08 #sveltekit
- Sveltekit Quick Recap on Topics #sveltejs #09
- Sveltekit Managing User session, Protect Routes #10 #sveltekit
- Sveltekit managing session using JWT token
- Sveltekit fetching data and event user locals
- Sveltekit form action and progressive enhancements #11 #sveltejs #sveltekit
- Sveltekit advance forms
- Sveltekit advance layouts
- Sveltekit client side handling and server side
- Sveltekit managing env vars private and public
- Sveltekit load function and page data
- Sveltekit deployment
- SvelteKit using client side forms

Comments