belst
Should I use <Show>?
solid doesn't have a vdom. so using
.map
for example instead of <For>
would rerun it from scratch and recreate the dom nodes on every signal update. Same would happen with ternary operators if solid wouldn't explicitly handle them and convert them to basically a <Show>
equivalent8 replies