Hello, I have a couple questions. Would be great if someone could answer these because I really cant find a solution to this.
Is using mailchannels the currently easiest way to send email from a statically deployed next.js website contact form?
Where can I get the cfid if I am not using workers but CF functions?
How can I test my implementation before deploying it to production? I am currently testing on my x.pages.dev site before assigning my domain with the domain lockdown dns record to it.
I just cant wrap my head around this... I copied the entire script from the cloudflare documentation. While building my site it acknowledges that I have a function, I can also see it in functions section of my page as the _middleware.ts:onRequest when I submit the simple form I copied from the documentation, I cant see anything in my network tab, it just doesnt work
Hey all, I have a quick question about setting up my dev environment. I'm working with Pages Functions in TypeScript through VSCode and I was wondering if there is any method to get syntax highlighting / autocomplete for the top level
To get the correct param/return types yes, but I mean to get top level autocomplete for the function name itself i.e. type onReq -> see options for onRequest/onRequestGet/etc. for 'naming safety' if that makes sense?
Search Terms Export, typed exports, modules, Next.js, Redwood.js Suggestion Allow a new syntax From issue #420 that will allow typing all of exports in a module. export implements { default: string...