musiclover
musiclover
SSolidJS
Created by musiclover on 8/18/2024 in #support
Getting value from store is not reactive.
interface Props { value?: number } it's just expecting value. because i'm moving my component from vue to solid..
8 replies
SSolidJS
Created by musiclover on 8/18/2024 in #support
Getting value from store is not reactive.
<MySlider value= {getParam (info)} /> I call getParam to many componetns like this..
8 replies
SSolidJS
Created by musiclover on 8/4/2023 in #support
Array.includes is not reactive.
Ok, it was my misstake. Thanks!!
4 replies
SSolidJS
Created by musiclover on 8/4/2023 in #support
Array.includes is not reactive.
I'm using isActive inside <For> hmm..
4 replies
SSolidJS
Created by musiclover on 7/29/2023 in #support
How to use JSX.HTMLAttributes<HTMLDivElement>?
4 replies
SSolidJS
Created by musiclover on 4/1/2023 in #support
Solid App to Web Component (js file)
11 replies
SSolidJS
Created by musiclover on 4/1/2023 in #support
Solid App to Web Component (js file)
11 replies
SSolidJS
Created by musiclover on 3/14/2023 in #support
Can I use component as context value like this?
8 replies
SSolidJS
Created by musiclover on 3/14/2023 in #support
Can I use component as context value like this?
8 replies
SSolidJS
Created by musiclover on 3/3/2023 in #support
Can I make getElementById reactive?
Should I update the signal manaully byself whenever the element is removed or added?
6 replies
SSolidJS
Created by musiclover on 3/3/2023 in #support
How to not render <Portal> if mount is undefined?
Yes, but Can I make document.getElementById reactive?
5 replies
SSolidJS
Created by musiclover on 1/1/2023 in #support
How to use IndexedDB in Solid?
How about having ‘idb’ wrapper inside solid?
6 replies
SSolidJS
Created by musiclover on 12/31/2022 in #support
How to split codes in store to multiple files?
I found having a lot of singals in store is slow. So I want to use single store with createRoot. But I can't see how to split to multiple files if store is huge like createEffect.
7 replies
SSolidJS
Created by musiclover on 12/31/2022 in #support
Creating custom signal.
Thanks Ryan. I'll remember it. You should know you're saving a lot of people's life like me.. You are god for me. Thanks... Solid is amazing..it will be web standard framework soon..
11 replies
SSolidJS
Created by musiclover on 12/31/2022 in #support
Creating custom signal.
Thanks Brendan for amazing lesson... It made me re-think how to structure my app.. I'm really appreciate it...
11 replies
SSolidJS
Created by musiclover on 12/31/2022 in #support
Creating custom signal.
How about using only multiple signals instead of using single store for glabal state? I would like to see how you manage your huge app state..
11 replies
SSolidJS
Created by musiclover on 12/31/2022 in #support
Creating custom signal.
I just wanted to use just like createMutable...
11 replies
SSolidJS
Created by musiclover on 12/29/2022 in #support
SolidStart - Can't use 'os' module.
How can I use Node module in solid start?
6 replies
SSolidJS
Created by musiclover on 12/28/2022 in #support
Please remove Portal's div wrapper...
Because sometime I want to put certain point, my app is using transform "scale" at main div, so putting Portal to body is not ideal. in Vue, Portal didn't need to be used document.body, and didn't make wrapper div
22 replies
SSolidJS
Created by musiclover on 12/28/2022 in #support
Please remove Portal's div wrapper...
Sure putting in document.body with aboslution positon isn't problem. But if you want to put Portal in deep nested div, Wrapping div is a problem.
22 replies