Homercat
Homercat
SSolidJS
Created by Homercat on 1/22/2024 in #support
How to read SolidJS source code ?
5 replies
SSolidJS
Created by Homercat on 12/3/2022 in #support
HMR of solid-element for Vite ?
you can close it, it doesn't matter.😉
10 replies
SSolidJS
Created by Homercat on 12/3/2022 in #support
HMR of solid-element for Vite ?
the question is not important now, but if someone can find a perfact way to solved it, it would be nice.
10 replies
SSolidJS
Created by Homercat on 12/3/2022 in #support
HMR of solid-element for Vite ?
what do you mean?
10 replies
SSolidJS
Created by musiclover on 12/16/2022 in #support
How to use length for 'For'?
I don't think so, the users can extract an range(i) function to return an array, i think the syntax rules of solid should keep as little as possible.
5 replies
SSolidJS
Created by musiclover on 12/16/2022 in #support
How to use length for 'For'?
<For each={new Array(10).fill(1)}>
{(_o, i) => <div>{i}</div>}
</For>
<For each={new Array(10).fill(1)}>
{(_o, i) => <div>{i}</div>}
</For>
5 replies
SSolidJS
Created by Homercat on 12/3/2022 in #support
HMR of solid-element for Vite ?
10 replies