4 Matching Annotations
  1. Mar 2021
    1. Svelte is different in that by default most of your code is only going to run once; a console.log('foo') line in a component will only run when that component is first rendered.