Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

freeCodeCamp

Learn Svelte – Full Course for Beginners

via freeCodeCamp

Overview

This course aims to teach beginners how to use Svelte, a front-end JavaScript framework for creating interactive webpages. By the end of the course, learners will be able to write Svelte components, style them, add data, work with reactivity, attach events, and understand reactive declarations and statements. The course covers topics such as component lifecycle, Svelte stores, contexts, actions, slots, transitions, and more. The teaching method involves hands-on coding examples and demonstrations. This course is intended for individuals who are new to Svelte and want to build their skills in front-end web development.

Syllabus

⌨️ Introduction
⌨️ Writing your 1st Svelte component
⌨️ Style your Svelte component
⌨️ Adding data to Svelte component
⌨️ Reactivity in Svelte
⌨️ Attaching events in Svelte
⌨️ Reactive Declarations and Statements
⌨️ tick
⌨️ Component and props
⌨️ Component events
⌨️ Forwarding component events
⌨️ class: directive
⌨️ Binding
⌨️ bind:group
⌨️ bind:this
⌨️ Component Lifecycle
⌨️ onMount
⌨️ {#if} block
⌨️ {#each} block
⌨️ keyed {#each} block
⌨️ keyed {#each} visualized
⌨️ {#await} block
⌨️ {#key} block
⌨️ Context
⌨️ Communicating through Context
⌨️ Intro to Svelte store
⌨️ Writable store
⌨️ Readable store
⌨️ Svelte store contract
⌨️ Redux store as Svelte store
⌨️ Valtio state as Svelte store
⌨️ XState as Svelte store
⌨️ DOM events as Svelte store
⌨️ Immer for immutable Svelte store
⌨️ derived Svelte store
⌨️ tweened Svelte store
⌨️ tweened and spring
⌨️ Higher Order Store
⌨️ RxJS as Svelte store
⌨️ Reactive class property using stores
⌨️ Undo / Redo with Svelte store
⌨️ Reactive Context
⌨️ 3 tips to manage complex store
⌨️ get Svelte store value
⌨️ Store vs Context
⌨️ Intro to Svelte action
⌨️ Dynamic parameter in Svelte action
⌨️ What if Svelte action does not exists?
⌨️ Integrating UI library with Svelte action
⌨️ Reusing event listeners with Svelte action
⌨️ Creating events with Svelte action
⌨️ The order of Svelte action
⌨️ use:clickOutside
⌨️ use:tooltip
⌨️ use:viewport
⌨️ use:popper with Popper
⌨️ use:lazyImage
⌨️ Ensemble Actions
⌨️ slot
⌨️ Passing data across slot
⌨️ Slot forwarding
⌨️ $$slots
⌨️ Infinite List
⌨️ Tabs
⌨️ $$props and $$restProps
⌨️ Lazy Component
⌨️ svelte:component
⌨️ svelte:self
⌨️ svelte:window
⌨️ svelte:body
⌨️ svelte:head
⌨️ svelte:options
⌨️ Passing CSS Custom Properties to Component
⌨️ {@html}
⌨️ {@debug}
⌨️ script context="module"
⌨️ Intro to Svelte transitions
⌨️ Coordinating transitions
⌨️ Transition Events
⌨️ Easing
⌨️ Accessible transitions
⌨️ Solid color swipe transition
⌨️ Flipboard transition
⌨️ Client-side component API
⌨️ SSR component API
⌨️ Svelte compiler API
⌨️ Svelte preprocess API
⌨️ Hydrating Svelte component
⌨️ svelte/register
⌨️ Conclusion

Taught by

freeCodeCamp.org

Reviews

Start your review of Learn Svelte – Full Course for Beginners

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.