Web Unleashed 2022

2022-10-24 00:00:00 2022-10-27 00:00:00 America/Toronto Web Unleashed 2022 Drive your career to the forefront by learning the latest tools, techniques and technologies in front-end web development. Online FITC EDT Online

Presentation


Overview

Svelte is a component framework that is taking over the JavaScript ecosystem because of its different approach to building applications. It totally gets rid of the virtual DOM, popularized by React, and compiles its code into vanilla HTML, CSS, and JavaScript. The syntax is beginner friendly, making it one of the best frameworks to start learning web development in. Learn the fundamentals while taking advantage of the benefits of a modern framework.

SvelteKit is a meta framework that is the recommended way to create a new Svelte application. It is nearing a stable release and provides a versatile, hybrid framework with state management, animations, and routing out of the box. If you have wondered why Svelte has garnered so much love and attention, this talk with Brittney Postma of Netlify will give you a sneak peek into why so many people are hooked.

Five Things Audience Members Will Learn

  • Why Svelte is the fastest way to start learning web development.
  • The basics of Svelte including animations and stores
  • How reactivity works in Svelte
  • How to create a new SvelteKit application
  • How to pick an adapter and deploy an application to Netlify

Target Audience

Beginner to intermediate developers interested in learning more about Svelte.