Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.32 KB

File metadata and controls

16 lines (13 loc) · 1.32 KB

10. Supplementary Concepts

  • In addition to the fundamentals, there are several other approaches for using Svelte. This section will cover how to use TypeScript with Svelte, server-side rendering with SvelteKit, and using Svelte Native for mobile applications.

10.A Svelte with TypeScript

  • TypeScript provides static types to JavaScript, improving developer productivity and code quality. Learn how to integrate TypeScript with Svelte in your projects.
  • Documentation - TypeScript - Svelte Docs

10.B Server Side Rendering with SvelteKit

10.C Svelte Native for mobile application