Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I never used svelte, so it’s probably a weird question, but how is increment() called?


The calling location has been omitted from the snippet. You don't need to do anything special to call it, just `increment()` wherever it's in scope.

`<button on:click={() => increment()}>+</button>`




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: