An interesting point raised in this article – how can you have tree-like structures without hardcoding the depth of the tree?
Certainly should be possible within Svelte's architecture – possibly using a partial or maybe some sigil that causes the component to render itself (<@Self nodes='{{child.nodes}}'/>, or something)
An interesting point raised in this article – how can you have tree-like structures without hardcoding the depth of the tree?
Certainly should be possible within Svelte's architecture – possibly using a partial or maybe some sigil that causes the component to render itself (
<@Self nodes='{{child.nodes}}'/>, or something)