Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Svelte.js 3 and Sapper Projects
Rating: 4.3 out of 5(24 ratings)
177 students

Svelte.js 3 and Sapper Projects

Build powerful, reactive, great-looking UI web experiences with this front-end compiler and its framework.
Last updated 6/2020
English

What you'll learn

  • Build real-life web applications using Svelte and its associated framework, Sapper
  • Create highly reactive and modular Svelte components that are scalable and reusable within one or more web applications
  • Explore Svelte’s advanced features that allow us to create and design beautiful and smooth user experiences
  • Discover Sapper’s great features such as routing, service workers, code-splitting, single-page applications (SPA) or server-side rendered (SSR) applications optimized for SEO
  • Deploy your apps while connecting them to services such as a database or RESTful APIs
  • Test Sapper-built applications using Cypress to avoid any regressions

Course content

7 sections33 lectures5h 28m total length
  • Course Overview5:16

    This video will give you an overview about the course.

  • What Is Svelte and Why Should We Learn It?5:22

    Define Svelte as a tool, by presenting its features, and showing why is it worth it to learn and use.

       •  Explain the core features of Svelte

       •  Compare to the other frontend frameworks

       •  Dissect why it is a great tool to learn right now

  • Setting Up Our Work Environment7:04

    Show how to install all necessary software and tools to start working with Svelte.

       •  Code editor (Visual Studio Code) with extensions

       •  Explore Node.js and npm

       •  Download official Svelte template

  • Analyzing the Svelte Workspace7:43

    Explain which files are relevant in our workspace and what their functions are.

       •  Describe briefly each of the important files

       •  Cleanup App.svelte and main.js

       •  Define the npm scripts that we will use

  • Creating a Hierarchy of Components13:04

    Learn how Svelte components can be created in a parent-child dependency relation.

       •  Create a child component to our top-level Svelte component

       •  Add styling to child and prove its encapsulation

       •  Pass values from parent to child using props

  • Starting Our First Project: vCard Generator3:33

    Talk about the goal of our first project and what features of Svelte we will learn along the way.

       •  Define the function and purpose of a vCard generator

       •  List the Svelte features used in this project

       •  Prepare our workspace to start our project

  • Test your knowledge

Requirements

  • primarily suited for web developers who are familiar with Svelte

Description

This course will take you through three core projects to help you build effective, reactive, and attractive apps with Svelte, demonstrating its intrinsic benefits, including less code and impressive reactivity/state management along the way.

Our first project, a vCard generator app, will demonstrate the modularity and reactivity web applications you can develop with Svelte. We will build reusable and dynamic components that we will later enhance with more advanced features. Sections on animation and transitions are included to make applications look as good as they perform!

Our second project will be a fully functional Kanban board application, similar to Trello. This application will also have effective state management, by making use of stores and other key Svelte features.

Our final application will be based on the previous Kanban board application but making use of Sapper, the official Svelte framework. However, we will build this application with Sapper, the official Svelte framework. We will learn how to create web apps with Sapper and master its most useful features, such as routing and prefetching.

We will also provide an introduction to testing Sapper applications with Cypress, and we finish the course by deploying our application in two different ways: as a static page, and as an SEO-optimized server-side rendered (SSR) application.

About the Author

Germán Mené Santa Olaya is an engineer and a software developer. He loves programming and building web applications using Svelte and Sapper. These front-end tools allow him to build modern and complete web apps in a modular and approachable way. There are endless possibilities when it comes to web applications, and many frameworks and ways to approach them, but he believes that Svelte makes the process easy and scalable. That is the reason why he believes that it will become a mainstream and widely used tool for front-end web development in years to come.

Who this course is for:

  • This course is primarily suited for web developers who are familiar with Svelte and want to explore full-length applications in svelte along with sapper.