vhscom
CDCloudflare Developers
•Created by vhscom on 12/26/2024 in #workers-help
ci on workers project
Somewhere between cloudflare pages, the cloudflare pages functions beta, workers, and the various ways to hook things up, and deploy, one would think this would be covered in the examples—maybe it is and I just missed it. If it's not, this is an area for improvement.
6 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
I also looked into remix.guide and it's not clear at all to me how to get things listed on there. Maybe you had better luck?
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
all of this will get the initial implementation going though non-trivial does usual mean auth (unless you're building just to landing pages site) so here's another with auth this one is hand rolled https://github.com/vhscom/private-landing
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
Bun hono drizzle with YouTube video and the guy has other examples such as one using htmx https://github.com/cdbrw/cfw-bun-hono-drizzle
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
Here's an auth example using bcrypt/supabase https://github.com/renaldyakb/hono-auth-route-app/
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
@m.muiznieks https://github.com/rphlmr/react-router-hono-server weird licence but non-trivial and with a number of examples
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
All Cloudflare would need to do is add a community template section to one of their web pages with a submit your template button and Bam problem solved
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
But if cloudflare is not going to do it, and no one can certainly build an app using anything they have given, that's my opinion at least; we need to make the templates that do function, and are up to date like yours, more visible to the community.
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
And getting it to work properly with typescript has resulted in all sorts of type gymnastics. 😅
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
Also, the whole load context thing is still magic to me
12 replies
CDCloudflare Developers
•Created by vhscom on 12/27/2024 in #workers-and-pages-discussions
The struggle is real. I can only imagine
Good to know Re: RR7 support. Didn't even realise this was possible already until now. Actually just got my app visible on RR7 by leveraging your template, and then realized I forgot to update my vite config entirely and yet the app still ran. I understand remix is doing their best to be future-proofed but sometimes you just have to bite the bullet and fail loudly otherwise weird corner cases start to creep in.
12 replies
CDCloudflare Developers
•Created by vhscom on 12/26/2024 in #workers-help
ci on workers project
Build successful, assets published, preview URL generated and very non-functional as shown in the attached.
6 replies
CDCloudflare Developers
•Created by Cookee24 on 12/23/2024 in #workers-help
Can workers builds build Rust?
Are you saying you want to build the Wasm file .wasm using a Custom Build like: https://developers.cloudflare.com/workers/wrangler/custom-builds/#configure-custom-builds?
And do that when you push up to your code repository as described in https://developers.cloudflare.com/workers/ci-cd/builds/
2 replies