brenelz
brenelz
SSolidJS
Created by PureSoul on 4/28/2025 in #support
why store not updated in createAsync?
Just return your user from createAsync
6 replies
SSolidJS
Created by PureSoul on 4/28/2025 in #support
why store not updated in createAsync?
I don't think createAsync can be used like that
6 replies
SSolidJS
Created by indigo.snowboll on 4/28/2025 in #support
Same route for private and protected content
Oh that's great
16 replies
SSolidJS
Created by indigo.snowboll on 4/28/2025 in #support
Same route for private and protected content
I guess this would work
16 replies
SSolidJS
Created by indigo.snowboll on 4/28/2025 in #support
Same route for private and protected content
Like do you need that logic in the layout?
16 replies
SSolidJS
Created by indigo.snowboll on 4/28/2025 in #support
Same route for private and protected content
You could have the index route and use Show when=user
16 replies
SSolidJS
Created by indigo.snowboll on 4/28/2025 in #support
Same route for private and protected content
Could you just check if user doesn't exist then redirect somewhere
16 replies
SSolidJS
Created by Luka on 3/14/2025 in #support
Can't initialize SolidStart
I think this will fix the non typescript option https://github.com/solidjs-community/solid-cli/pull/62
7 replies
SSolidJS
Created by Luka on 3/14/2025 in #support
Can't initialize SolidStart
I'm pretty sure there is already an open issue
7 replies
SSolidJS
Created by Luka on 3/14/2025 in #support
Can't initialize SolidStart
Yeah i think there is an issue in our non-typescript template
7 replies
SSolidJS
Created by Rokas Muningis on 2/6/2025 in #support
Client-only API called on the server side.
I think you'll want to use the latest vite-plugin-solid
3 replies
SSolidJS
Created by sean on 1/1/2025 in #support
How to use query.set (prev cache.set) to mutate async data for optimistic updates?
I think you want to use the onComplete hook on the action
9 replies
SSolidJS
Created by Mango Juicy on 12/17/2024 in #support
Is there a 'useTransition' React hook equivalent in Solid?
3 replies
SSolidJS
Created by Jeremy on 12/10/2024 in #support
Behavior of query.set / cache.set
Where are you using .set? I think the place you should use it is the onComplete function of an action
2 replies
SSolidJS
Created by smr.gg on 12/6/2024 in #support
actions: I can't tell if this is a bug or a feature
Maybe it clears submission on navigation
25 replies
SSolidJS
Created by smr.gg on 12/6/2024 in #support
actions: I can't tell if this is a bug or a feature
Thanks this is a good reproduction. I haven't used a stream like this so not sure
25 replies
SSolidJS
Created by smr.gg on 12/6/2024 in #support
actions: I can't tell if this is a bug or a feature
Can you make a reproduction?
25 replies
SSolidJS
Created by Christian on 12/1/2024 in #support
Redirect in createResource
There is also a built in 404 catch all route in solidstart?
22 replies
SSolidJS
Created by Christian on 12/1/2024 in #support
Redirect in createResource
I think the cache wrapper is the one that intercepts and handles the redirect
22 replies
SSolidJS
Created by Christian on 12/1/2024 in #support
Redirect in createResource
Yeah not sure
22 replies