With this, the LLM will generate proper Svelte 5 code instead of legacy Svelte 4 code.
With this, the LLM will generate proper Svelte 5 code instead of legacy Svelte 4 code.
Thanks to the bfanger/svelte-preprocess-react project, you can use any React library you want.
Great if there's something you need and it's exclusive to React.
Thanks to the bfanger/svelte-preprocess-react project, you can use any React library you want.
Great if there's something you need and it's exclusive to React.
Gone are the days of manually ripgrepping and searching for that element you can see in your browser.
Gone are the days of manually ripgrepping and searching for that element you can see in your browser.
Wonder how it actually performs to other models, recently both DeepSeek V3 and MiniMax 01 has been released.
Exciting times!
Wonder how it actually performs to other models, recently both DeepSeek V3 and MiniMax 01 has been released.
Exciting times!
Gonna make a video on it soon.
Gonna make a video on it soon.
But thanks to Superforms + Formsnap it actually works quite well, and you get 100% typesafety from server to client with realtime validation.
Check it out: www.formsnap.dev/docs/recipe...
But thanks to Superforms + Formsnap it actually works quite well, and you get 100% typesafety from server to client with realtime validation.
Check it out: www.formsnap.dev/docs/recipe...
Before:
let numbers = [];
numbers = [...numbers, 123];
After:
let numbers = $state([]);
numbers.push(123);
Before:
let numbers = [];
numbers = [...numbers, 123];
After:
let numbers = $state([]);
numbers.push(123);
Today I'm releasing the 🚀 MVP Starterpack 🚀, which is a complete starterpack for SvelteKit that has the features you need to ship quickly:
Today I'm releasing the 🚀 MVP Starterpack 🚀, which is a complete starterpack for SvelteKit that has the features you need to ship quickly:
SvelteKit + DaisyUI + Formsnap + Drizzle for web apps
SvelteKit + DaisyUI + Formsnap + Tauri for desktop & mobile apps
If there's any performance issues, I'll use Rust with WebAssembly/ or create a micro service
Fly.io for hosting!
SvelteKit + DaisyUI + Formsnap + Drizzle for web apps
SvelteKit + DaisyUI + Formsnap + Tauri for desktop & mobile apps
If there's any performance issues, I'll use Rust with WebAssembly/ or create a micro service
Fly.io for hosting!
bun install -D tailwindcss postcss autoprefixer daisyui @egoist/tailwindcss-icons @iconify-json/lucide
Then modify your Tailwind config and add the plugins.
bun install -D tailwindcss postcss autoprefixer daisyui @egoist/tailwindcss-icons @iconify-json/lucide
Then modify your Tailwind config and add the plugins.
Great stuff!
Great stuff!