Hacker News new | ask | show | jobs
by pineapple_guy 1042 days ago
If anything needs to be radically improved with svelte it’s bundle size and IDE tooling
1 comments

Not sure I agree about Svelte's bundle size being a problem, but v4 already improved tooling quite a bit by switching to JSDoc and judicious type export limits. Intellisense for library functions, the ability to drill down seamlessly from your code to library code, and helping IDEs choose the correct import have all greatly improved.