6 Matching Annotations
  1. Oct 2020
    1. Svelte right now has a lot of opportunities to have component state become out of sync with props.
    2. I'm suggesting this is a problem generally. Users will not think of being out of sync with props
    3. Svelte doesn't re-render, so you need to respond to component mount/dismount and prop changes separately as they are distinct concepts and never tied together, unlike in React.