--- title: --- In runes mode, `` will re-render if the value of `MyComponent` changes. In legacy mode, it won't — we must use ``, which destroys and recreates the component instance when the value of its `this` expression changes: ```svelte ``` If `this` is falsy, no component is rendered.