[✨] DOM in the server #149
GrandSchtroumpf
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
|
We moved this issue to |
Beta Was this translation helpful? Give feedback.
0 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.
-
Is your feature request related to a problem?
I'm building a select component that displays the text content of the selected option's label inside a button element :
Describe the solution you'd like
Currently
querySelectorAllis not a function in the server.It would be nice to be able to manipulate the DOM in the server too. I know libs like domino enable that.
Maybe
qwik-domwould help with that too.Describe alternatives you've considered
I use
useVisibleTask$but it has two issues :Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions