
Svelte
Compiler-first UI framework that shifts work from the browser to the build step, ships minimal JavaScript and delivers high runtime performance.
Svelte shifts work from the browser to the compiler, producing highly optimized vanilla JavaScript that updates the DOM directly without a virtual DOM. The SvelteKit framework adds routing, SSR, and deployment adapters for a complete web development experience.
A compelling choice for performance-sensitive applications and developers who value minimal boilerplate. Use it to build fast interactive UIs, create embeddable widgets with tiny bundle sizes, and ship applications with excellent runtime performance by default.
URL
https://svelte.dev/Recommended tools

TanStack Query
capable async state management for React, Vue, Solid, and Svelte, handles caching, background refetching, pagination, and mutations out of the box.

Zod
TypeScript-first schema declaration and validation library, define types once and get static type inference and runtime validation together.

Zustand
Tiny, fast, and scalable state management for React, minimal boilerplate, no providers, and excellent TypeScript support.