bigblind
bigblind
SSolidJS
Created by bigblind on 5/30/2024 in #support
Deploying static site + hosted functions
Ooh, I should look into that
3 replies
SSolidJS
Created by bigblind on 2/10/2024 in #support
Best practices for reactively updating a store
I know I'm nitpicking here, but the only thing I dislike about that is now I'm coupling the place where I'm creating the store with the place where I fetch the resource. I'm also pondering if there's a way to rewrite createDeepSignal to retain the ability to set values at a specific path in the store, rather than setting the entire value.
6 replies
SSolidJS
Created by bigblind on 2/10/2024 in #support
Best practices for reactively updating a store
Hmm I see, that might work
6 replies
SSolidJS
Created by bigblind on 2/5/2024 in #support
Prevent re-fetching resource after pageload with SSR setup
Nevermind, solved it. I needed to wrap my use of ar() in a <Suspense>.
2 replies