mdynnl
mdynnl
SSolidJS
Created by grobitto on 4/1/2025 in #support
How to detect if I got to the Route with back button or navigate(-1)
4 replies
SSolidJS
Created by gsoutz on 3/14/2025 in #support
I need to run an effect when an async signal or a store signal, or another async signal are equal
8 replies
SSolidJS
Created by gsoutz on 3/14/2025 in #support
I need to run an effect when an async signal or a store signal, or another async signal are equal
yeah, also this, at this point you want on
8 replies
SSolidJS
Created by gsoutz on 3/14/2025 in #support
I need to run an effect when an async signal or a store signal, or another async signal are equal
i assume the playground is a minimal example but createAsync should contain some async operation, and i guess you probably have one in actual code
8 replies
SSolidJS
Created by gsoutz on 3/14/2025 in #support
I need to run an effect when an async signal or a store signal, or another async signal are equal
currently, only createAsync is there without isPending which should be in solid 2 so while you still could wait for async to resolve using Suspense, createResource should give you more control over loading state and then check for completion state
8 replies
SSolidJS
Created by hyperknot on 3/5/2025 in #support
Best practices when interfacing with vanilla JS libraries.
Worth checking out lexical-solid maintained by @foolswisdom
21 replies
SSolidJS
Created by snorbi on 2/4/2025 in #support
Lots of separate requests when using lucide-solid during devmode
5 replies
SSolidJS
Created by snorbi on 2/4/2025 in #support
Reactive context in built-in components
posting the last bits because it took me (a lot of us actually 🤣) some amount of time to figure out
9 replies
SSolidJS
Created by snorbi on 2/4/2025 in #support
Reactive context in built-in components
9 replies
SSolidJS
Created by snorbi on 2/4/2025 in #support
Reactive context in built-in components
they simply need to function according to their logic to get the final result
9 replies
SSolidJS
Created by snorbi on 2/4/2025 in #support
Reactive context in built-in components
this is solid's server code where reactivity is not that useful
9 replies
SSolidJS
Created by hannus on 2/1/2025 in #support
Duplicate `<link rel="canonical">` in SolidStart
but the initial problem seems to be duplicates caused by one element, where both ssr-ed and csr-ed tags existing at the same time
25 replies
SSolidJS
Created by hannus on 2/1/2025 in #support
Duplicate `<link rel="canonical">` in SolidStart
Just to add, de-duplication is only done for title and meta at the moment so there's actually room for improvement for other tags too if warranted
25 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
very useful for dynamically constructing dynamic contents 😆
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
you can also pass tag name in component like component="div" ...
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
got it
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
which part?
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
window.content()
53 replies
SSolidJS
Created by Jason.json on 2/1/2025 in #support
useContext returns undefined
you can also directly call it
53 replies