Svelte
{#each list as user}
{JSON.stringify(user, null, 2)}
{/each}
Counter
{$counter}
-1
+1