Building a Danawa-style UI with Svelte + Express 5
Started with React. Next.js, to be precise.
But deployment revealed a problem. Vercel had conflicts between API routes and frontend routes.
Switched to Svelte. Good decision.
Svelte is different.
React and Vue create virtual DOMs at runtime and diff...
radar92.hashnode.dev5 min read