You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to render a component using a JSON layout and the layout has some state bindings which are createSignals internally. I would like to handle the hideComponent binded to a state value. To render the JSON to DOM I am using hyperscript.
So is there ability to just pass hide prop to h method which is signal and it automatically handles remove from DOM and add it to DOM? Like how _$insert does for JSX
The text was updated successfully, but these errors were encountered:
saivishwak
changed the title
Ability to hide/show element on DOM using hypserscript
Ability to hide/show element on DOM using solid-js hypserscript
Apr 30, 2023
I am trying to render a component using a JSON layout and the layout has some state bindings which are createSignals internally. I would like to handle the hideComponent binded to a state value. To render the JSON to DOM I am using hyperscript.
So is there ability to just pass hide prop to h method which is signal and it automatically handles remove from DOM and add it to DOM? Like how _$insert does for JSX
The text was updated successfully, but these errors were encountered: