Documentation Shento Hendriks
search
⌘Ctrlk
Documentation Shento Hendriks
  • Getting Started with SvelteKit
    • Installing SvelteKit
    • Base Syntax & Core Features of Svelte
      • Curly Braces & Understanding Core Syntax
      • Reactive Variables
      • Two-way-binding Shortcut
      • Using multiple components
      • Components & Communication via Props
      • Display HTML in Svelte
      • Dynamic classes
      • Using $effect
      • Working with Javascript and Rune reactivity
    • Working with Conditionals & Loops
    • Closer look at reactivity
    • Component Events
    • Best Practices
    • Adding Google Font in Tailwind and SvelteKit
    • Adding Local Fonts to SvelteKit with Tailwind
    • Prevent flicker in images
    • Enhanced Images
    • Form Submissions in SvelteKit
    • Effective SEO in SvelteKit
    • Automatic Site Maps in Svelte
    • Creating Custom Elements with Svelte, SvelteKit, and Vite
    • Creating a Svelte Library with JavaScript Functions
  • Useful Code Snippets
  • Installing Useful Libraries
    • Documenting Javascript with JSDocs (Crash Course)
    • Adding Lottie Animations to Svelte Application
    • SvelteKit Melt-ui
    • Installing Shadcn/ui Svelte
    • Getting Started with GSAP with SvelteKit
    • Installing Locomotive Scroll with Svelte 5 and SvelteKit
  • SvelteKit Server Fetching and Deployment
    • Preparing a SvelteKit application for Deployment
    • Utility Functions for URL Handling in SvelteKit
    • Fetching Directus Data from Rest API with SvelteKit
    • Fetching data from api with caching
    • Displaying Fetched Data in a Each Loop
    • Creating slug friendly urls based on query data
    • Finding correct query in api based on url slug
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Getting Started with SvelteKit

Base Syntax & Core Features of Svelte

Curly Braces & Understanding Core Syntaxchevron-rightReactive Variableschevron-rightTwo-way-binding Shortcutchevron-rightUsing multiple componentschevron-rightComponents & Communication via Propschevron-rightDisplay HTML in Sveltechevron-rightDynamic classeschevron-rightUsing $effectchevron-rightWorking with Javascript and Rune reactivitychevron-right
PreviousTailwind Typography pluginchevron-leftNextCurly Braces & Understanding Core Syntaxchevron-right