Replies: 2 comments 3 replies
|
I think I opened this in the wrong repo. Also solidjs/solid-start#858. Can any admin move this to solidjs/solid? |
0 replies
|
Sure but I don't think you can display anything on a webpage without using some sort of DOM node. See the answer for accessing the root reactive context from the other end of a VDOM tree. https://stackoverflow.com/a/75995415/7134134 |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I want to create logical component tree that don't own DOM nodes.
For example, Zdog's API is easily wrapped as Solid components.
This seems to work.
https://playground.solidjs.com/anonymous/c463efdb-c50d-467f-9bbb-64c69e31e0d4
However, I'm not sure if it's good to use Solid like this.
Features used:
All reactions