Devon
Devon
CDCloudflare Developers
Created by Devon on 9/19/2024 in #wrangler
I am using "wrangler pages dev" for
Since it's just html I don't really need to use wrangler, but am used to it from more complex Pages apps.
1 replies
AAlokai
Created by Devon on 8/27/2024 in #🙋|general-help
Magento Integration Enterprise Only?
I got an answer. Essentially the current state of the extension is open source and will stay available. However going forwards new features and upgrades, etc.. will be Enterprise only.
4 replies
CDCloudflare Developers
Created by D Trombett on 8/14/2024 in #workers-help
Dynamic Site with Workers
yeah, just think of the FE and BE as separate and loosely coupled through the API spec:)
7 replies
CDCloudflare Developers
Created by raj.js on 8/13/2024 in #workers-help
websocket when added "upgrade" header, not being sent in headers while api is called
Thanks!
6 replies
CDCloudflare Developers
Created by D Trombett on 8/14/2024 in #workers-help
Dynamic Site with Workers
sounds like in the future Workers + Assets will be how that is done. Which will be nice. Although it's not a bad thing to think of the front end (Pages/Assets) and the Backend (Workers) in a semi-separate standpoint. Depending on the complexity of your dashboard you could also just jam the HTML into the Worker to render out for a given path request (i've done this, but it feels quite hacky).
7 replies
CDCloudflare Developers
Created by raj.js on 8/13/2024 in #workers-help
websocket when added "upgrade" header, not being sent in headers while api is called
What was it?
6 replies
CDCloudflare Developers
Created by D Trombett on 8/14/2024 in #workers-help
Dynamic Site with Workers
One man's opinion: Use pages to host the front end separate from the backend Worker. At least for now. Sounds like Workers will soon support Assets (like Sites), and that will be the way of the future (instead of Pages?).
7 replies
AAlokai
Created by Darren R on 7/27/2024 in #🙋|general-help
Where did the Nuxt 3 boilerplate go?
That is a bit concerning...
16 replies
CDCloudflare Developers
Created by Devon on 8/14/2024 in #wrangler
I use a monorepo and lerna
That project has two Workers and a Pages app
2 replies