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
NNuxt
Created by jdgamble555 on 4/8/2024 in #❓・help
Client inside Server Component
Are they not supported outside of slots if you use nuxt-client?
4 replies
CDCloudflare Developers
Created by mista_funky on 2/26/2024 in #pages-help
Angular Deploy: Docs are incorrect about how to deploy C3 created Angular pages app using GIT.
The docs are wrong and need to be updated npm run pages:build shoudl work
2 replies
CDCloudflare Developers
Created by jdgamble555 on 3/14/2023 in #workers-help
Connect to Redis on Cloudflare Workers
What are socket workers? Will this allow me to connect to http? Where do I find them?
5 replies
CDCloudflare Developers
Created by jdgamble555 on 1/23/2023 in #workers-help
SvelteKit Deployment Not Working
Got it working. Thanks! Turns out I was using @sveltejs/adapter-cloudflare-workers instead of @sveltejs/adapter-cloudflare... thank you sir!
11 replies
CDCloudflare Developers
Created by jdgamble555 on 1/23/2023 in #workers-help
SvelteKit Deployment Not Working
I don't want to do static pages though, just deploy it through the github connection... does pages not separate the workers?
11 replies
CDCloudflare Developers
Created by jdgamble555 on 1/23/2023 in #workers-help
SvelteKit Deployment Not Working
It compiles now, but still does not work... I get a build directory error, so not sure what that should be?
11 replies