Skip to content

Latest commit

 

History

History
128 lines (100 loc) · 4.99 KB

File metadata and controls

128 lines (100 loc) · 4.99 KB

Resources

Svelte 5

TODO

shadcn svelte upgrade

  • on:
  • slots

sveltekit

  • page.subscribe
  • get(

General

Forms

Data Tables

State

Authentication

Theming

Storage

i18n

Validation

Networking

Analyze current naming patterns Define consistent naming convention rules: Remove redundant terms Use HTTP verb prefixes Keep resource names singular/plural based on return type Order: [httpVerb][Resource][Qualifier][Query]