|
|
|
|
|
by jdkoeck
357 days ago
|
|
Just a quick answer to a point that jumped at me: for an array of signals, you wouldn’t need to map them, you’d use a specialised directive that directly takes an array of signals and binds them to the DOM, the same way lit uses the repeat() directive to optimise the rendering of arrays. https://lit.dev/docs/templates/lists/#the-repeat-directive |
|