sebb8200
share context through web-components
Wow that's nice.
I don't think you can do that with Lit, can you?
I just tried it in the browser in plain HTML, just importing, two separate js-modules.
Works like a charm.
Wonder if I can make a customElement from a solid-dnd
DragDropProvider
and drag stuff from one WC to another.4 replies
how to use from or reconcile with an external producer
I understand now, that I have to completely clone everything that comes from the external store. reconcile/from do not seem to diff, but to just check if references change. This seems odd, but is good enough for now.
9 replies
how to use from or reconcile with an external producer
I did sth stupid here: I did insert the new elements at the beginning of the list. Now I changed to appending and I get the corrects texts. But the toggle still does not work (only with the clone).
9 replies