Svelte-Components Svelte Themes

Svelte Components

This repository is for the video series of Svelte after video 15

Topics Covered

It is recommended to create a new Svelte project for each of the numbers below.

The playlist to the topics below are found in this link

  1. Create Svelte Project
    • Introduction
    • Hello World
    • Project Structure
    • Svelte Files
  2. Bind text, HTML and attributes
    • Binding Text
    • Binding HTML
    • Binding to Attributes
    • Binding Classes
  3. Conditional rendering
    • Conditional Rendering
  4. List Rendering and key
    • List Rendering
    • List and Keys
  5. Event Handling
    • Event Handling
  6. Form Handling
    • Form Handling (Part 1)
    • Form Handling (Part 2)
  7. Reactive declarations & statements
    • Reactive Declarations
    • Reactive Statements
  8. Component architecture
    • Components
  9. Props, Context API, Custom Events
    • Component Props
    • Context API
    • Component Events
    • Event Forwarding
  10. Slots
    • Slots
    • Named Slots
    • Slot Props
    • Component Styles
  11. Lifecycle Hooks
  12. HTTP requests
  13. this Binding
  14. Dynamic components
  15. Module context
  16. Stores
    • Stores
    • Writable Stores
    • Readable Stores
    • Custom Stores

Top categories

Loading Svelte Themes