sebb8200
sebb8200
SSolidJS
Created by sebb8200 on 4/20/2024 in #support
share context through web-components
using solid-element, is it possible to create a custom-element that provides a context and have other custom elements use this context? eg sth like
<my-context-provider>
<my-context-user1>
<my-context-user11>
...
</my-context-user11>
</my-context-user1>
</my-context-provider>
<my-context-provider>
<my-context-user1>
<my-context-user11>
...
</my-context-user11>
</my-context-user1>
</my-context-provider>
I want to use these elements in HTML, not in JSX.
4 replies
SSolidJS
Created by sebb8200 on 12/8/2022 in #support
how to use from or reconcile with an external producer
9 replies