jdgamble555
jdgamble555
Explore posts from servers
SSolidJS
Created by jdgamble555 on 4/29/2024 in #support
When to use createEffect
Shouldn't effect my use case, but unsure about more complex cases, either way, looks like it is on the roadmap to be updated...
6 replies
SSolidJS
Created by jdgamble555 on 4/29/2024 in #support
When to use createEffect
createComputed is what I was looking for, perfect, thanks!
6 replies
SSolidJS
Created by jdgamble555 on 4/27/2024 in #support
Preloading Data with 'use server'
ok got it thanks! so it does work without it, just with streaming... makes sense
15 replies
SSolidJS
Created by jdgamble555 on 4/27/2024 in #support
Preloading Data with 'use server'
Yup that fixed it. What does that do exactly?
15 replies
SSolidJS
Created by jdgamble555 on 4/27/2024 in #support
Preloading Data with 'use server'
If you click on the link - https://solid-start-firebase.vercel.app/about - and click refresh, you see it jump... is this just how Solid works?
15 replies
SSolidJS
Created by jdgamble555 on 4/27/2024 in #support
Preloading Data with 'use server'
I want it to load only on the server before the page is displayed... it would have to be after the navigation (as it wouldn't know what to fetch otherwise), but before the page load
15 replies
SSolidJS
Created by jdgamble555 on 4/27/2024 in #support
Preloading Data with 'use server'
So this solves the problem where it doesn't load at all, but it still clearly jumps when you first load the page: - https://solid-start-firebase.vercel.app/about I just want it to load from the server after the data has been fetched. It shoud NEVER have the option to display a blank page. This is what it SHOULD look like - https://nextjs-firebase-todo.vercel.app/about
15 replies