Course Information
Course Overview
Learn the foundamentals of SvelteKit (Svelte Framework) by creating a real E-Commerce website from scratch
SvelteKit is a modern web application framework that simplifies frontend development by enabling developers to build highly efficient and reactive web apps using a component architecture.
SvelteKit is known for its exceptional speed primarily due to its compilation-based approach. Unlike traditional JavaScript frameworks, SvelteKit compiles the components at build time, generating highly optimized and minimal JavaScript code. This results in faster load times and improved runtime performance, as there is no need for a virtual DOM or runtime framework to manage component updates. Additionally, SvelteKit leverages fine-grained reactivity, only updating the parts of the DOM that actually change, reducing unnecessary work and improving performance.
SvelteKit uses its own built-in compiler to transform Svelte components into highly optimized JavaScript code during the build process. This custom compiler is a fundamental part of the Svelte framework's approach to generating efficient and minimal JavaScript for web applications.
In this comprehensive course, you will gain a clear understanding of SvelteKit's core principles, providing you with the essential knowledge to effectively work with this cutting-edge framework. Learning by example is an effective approach, and throughout this course, we will explore SvelteKit's extensive feature set by building a fully-fledged e-commerce web store from the ground up. You will learn how to use key technologies such as Svelte, SvelteKit, Prisma ORM, PostgreSQL, TailwindCSS, and the integration of the Stripe payment gateway.
With over six years of experience working extensively with React and completing numerous projects, my initial exposure to SvelteKit was both fun and exciting. What sets SvelteKit apart and what I personally appreciate is its simplicity, avoiding complex, framework-specific intricacies that can often be time-consuming. Instead, SvelteKit encourages the application of fundamental web development principles you already possess. Learning Svelte not only equips you with framework-specific skills but also enhances your overall web development capabilities.
This course welcomes participants with a basic understanding of JavaScript, making prior experience with Svelte unnecessary. While familiarity with other frontend frameworks and libraries like React, NextJS, or Vue can help with comprehension of certain concepts, it is by no means a prerequisite for successful completion of this course.
Course Content
- 10 section(s)
- 60 lecture(s)
- Section 1 Introduction
- Section 2 Setting up Stripe
- Section 3 Getting started with SvelteKit
- Section 4 Setting up TailwindCSS
- Section 5 PostgreSQL database and Prisma ORM setup
- Section 6 Introduction to components in SvelteKit
- Section 7 Routing in SvelteKit
- Section 8 Implementing the home page
- Section 9 Implementing the shop categories
- Section 10 Implementing the product pages
What You’ll Learn
- Master the foundamentals of Svelte and SvelteKit (Svelte Framework)
- Create a Full-Stack E-Commerce web application
- Accepting payments on your web shop using Stripe as a payment gateway
- Connecting SvelteKit projects to a database
- Manipulating the database using Prisma ORM
Reviews
-
MMario Antonio Sesso Junior
The course should be up to date, but it uses an older version of Svelte and Sveltekit. It is possible to follow, but you would have to rewrite all the code for Svelte 5 and Sveltekit 2.16.
-
RRICHARD LEWIS
Overall, it is a good course full of valuable insights and concepts. Well delivered and presented, it's a great introduction to Sveltekit - although key concepts are often skipped over in the coding - so not suitable for anyone unfamiliar with web frameworks.
-
KK N
It was a good course that covered everything needed for e-commerce. My hope is to add a login/logout function. Also, I would like the course to move a little slower. I felt that the course was moving a little too fast.
-
HHiroki Yoshida
I enjoyed taking the Svelte course. I continue to study Javascript on Udemy Thank you very much! Hiroki