Grahf
Grahf
SSolidJS
Created by Grahf on 3/27/2025 in #support
Correct type for props.children?
sounds really reactish
4 replies
SSolidJS
Created by McBrincie212 on 9/1/2024 in #support
How To Communicate Between Components
That's what I like to do......if you're doing what I think you're doing. Export a function to set and get a signal in the provider
16 replies
SSolidJS
Created by Grahf on 9/2/2024 in #support
onChange only fires when press enter ?!
thank you
8 replies
SSolidJS
Created by Grahf on 9/2/2024 in #support
onChange only fires when press enter ?!
You da man. Maybe I've always used onInput in the past and just thought onChange was the right thing to do because my brain burst. Didn't think about that at all.
8 replies
SSolidJS
Created by Grahf on 9/2/2024 in #support
onChange only fires when press enter ?!
Not sure why the console log doesnt fire when I type in the input
8 replies
SSolidJS
Created by McBrincie212 on 9/1/2024 in #support
How To Communicate Between Components
They are generally used for global state. Like if you wanted a signal to be able to be read and set by any component in your app you'd use a context provider. You can limit them to just a group of components instead of all components too
16 replies
SSolidJS
Created by 𝔐𝔞𝔱𝔱𝔦𝔫 on 7/5/2024 in #support
Why is this not reactive? (using signal + html open attribute)
I only ask because it feels like a question for a job interview. I could be wrong. event ,loop seems so abstract and people want you to know about it... Sorry didn't mena to hijack thread I will watch video 🙂
22 replies
SSolidJS
Created by 𝔐𝔞𝔱𝔱𝔦𝔫 on 7/5/2024 in #support
Why is this not reactive? (using signal + html open attribute)
queueMicrotask doesn't wait for the next cycle of the event loop but setTimeout() does?
22 replies
SSolidJS
Created by 𝔐𝔞𝔱𝔱𝔦𝔫 on 7/5/2024 in #support
Why is this not reactive? (using signal + html open attribute)
Fancy
22 replies