Hacker News new | ask | show | jobs
by lolinder 1003 days ago
I don't know about in Svelte, but in Vue watch is for taking some sort of action when things change, while computed is meant to return a value.