Jakob
Jakob
SSolidJS
Created by Jakob on 5/29/2024 in #support
tree structure: granular updates and retain open state
that seems to work, thx
8 replies
SSolidJS
Created by Jakob on 5/29/2024 in #support
tree structure: granular updates and retain open state
oops forgot about that, updated to use <Show>
8 replies
SSolidJS
Created by Billy Hawkes on 12/5/2023 in #support
HMR not working
5 replies
SSolidJS
Created by Billy Hawkes on 12/5/2023 in #support
HMR not working
in the gif the counter component isnt a child of the file being edited and thus not affected
5 replies
SSolidJS
Created by Billy Hawkes on 12/5/2023 in #support
HMR not working
it reloads the whole module and imported modules
5 replies
SSolidJS
Created by lumenian on 11/23/2023 in #support
<Show> with number | null
if value is the nullable signal then{value()} instead of the whole Show is enough, it wont render "null"
12 replies
SSolidJS
Created by lumenian on 11/23/2023 in #support
<Show> with number | null
theres not much else you can do
12 replies
SSolidJS
Created by lumenian on 11/23/2023 in #support
<Show> with number | null
nullableValue() !== null
12 replies
SSolidJS
Created by Mr Void on 9/23/2023 in #support
Is the following a "clean" way of handling modals?
I'd do it with <Dynamic>: https://playground.solidjs.com/anonymous/cff5c54d-ef76-4a82-8f96-3c9011760bf7 that way you reduce code duplication and each modal doesnt have to be wrapped in <Show> and maybe with props so the parent is responsible for managing state: https://playground.solidjs.com/anonymous/631dd352-3ea6-409b-82c8-ea42d4c6ddef
3 replies