Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SvelteKit Framework by Example: Full-Stack Ecommerce Website
Rating: 4.5 out of 5(89 ratings)
474 students

SvelteKit Framework by Example: Full-Stack Ecommerce Website

Learn the foundamentals of SvelteKit (Svelte Framework) by creating a real E-Commerce website from scratch
Created byArmin Sarajlic
Last updated 11/2023
English

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

Course content

12 sections60 lectures2h 57m total length
  • Introduction1:28
  • Course requirements3:21
  • Branching strategy2:01
  • What is Svelte and SvelteKit?1:47
  • What is Server Side Rendering (SSR)?2:27
  • What is a payment gateway?1:49

Requirements

  • Basic HTML knowledge
  • Basic JavaScript knowledge
  • No previous Svelte experience required

Description

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.

Who this course is for:

  • Web developers who are new to Svelte and SvelteKit
  • People who are looking to add a new skill and framework to their portfolio
  • Developers who want to create a full-stack e-commerce store with a payment gateway