jesseb34r
jesseb34r
Explore posts from servers
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
thanks for the help
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
successfully got it working now that I'm no longer putting my kid down for a nap 🤣
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
now I gotta actually try to render a spinner
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
it looks like I am not getting that error anymore so that's cool
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
so like
ssr: {
noExternal: ["@kobalte/core", "solid-spinner"]
},
optimizeDeps: {
exclude: ["solid-spinner"]
}
ssr: {
noExternal: ["@kobalte/core", "solid-spinner"]
},
optimizeDeps: {
exclude: ["solid-spinner"]
}
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
does optimizeDeps go in the ssr options as well?
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
I'll give it a try
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
lol
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
how do I use code like this then if I have ssr? is that just not possible?
23 replies
SSolidJS
Created by jesseb34r on 8/17/2023 in #support
template not exported from solidjs/web
oh interesting
23 replies
SSolidJS
Created by blackburn4475 on 8/17/2023 in #support
How do i write routes which update automatically based on if authenticated or not
5 replies
SSolidJS
Created by blackburn4475 on 8/17/2023 in #support
How do i write routes which update automatically based on if authenticated or not
the auth-js documentation has a decent example on how to set up protected routes iirc
5 replies
SSolidJS
Created by FutureLights on 4/24/2023 in #support
Wrap each child
ah, I didn't see that in the original code, just glossed over it
11 replies
SSolidJS
Created by FutureLights on 4/24/2023 in #support
Wrap each child
oh interesting. so you have to do a derived signal in order to type correctly? I don't quite understand how that works
11 replies
SSolidJS
Created by FutureLights on 4/24/2023 in #support
Wrap each child
why not just do
return <For each={props.children.toArray()} />
return <For each={props.children.toArray()} />
11 replies