Hacker News new | ask | show | jobs
by hinkley 2291 days ago
The one thing that gives me reservations about Svelte is that the description about how code turns into web pages makes me wonder if there are any problems with code-build-run-test cycles.

I'm concerned I'll spend all of my time restarting my application to validate changes. Is this a non-issue?

1 comments

I followed the tutorial (https://svelte.dev/blog/the-easiest-way-to-get-started). It starts a local server and automatically reloads whenever you save changes.