Pre-rendering in Cloudflare Workers
See original GitHub issuevite-plugin-ssr/node/prerender.ts
is currently not been designed to work in a Cloudflare Worker.
But, in principle, it should be possible to run pre-rendering in a Cloudflare Worker.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Prerender Cloudflare worker - GitHub
Select your site on the Cloudflare dashboard. · Navigate through Workers -> Manage workers -> Create a worker . · Copy and paste...
Read more >Serverless Rendering with Cloudflare Workers
Learning how to do server-side rendering at the network edge using Workers Sites, Wrangler, HTMLRewriter, and tools from the broader Workers ...
Read more >Cloudflare Integration - Prerender.io
Our Cloudflare integration uses a simple worker implementation that routes requests between your site (probably your cached site) and ...
Read more >Dynamic meta tags for bots and crawlers using Firebase and ...
Pre-rendering would be a good solution; route incoming requests based on the user agent, users get the site from the CDN and bots...
Read more >Combine 2 blocks of javascript using 1 cloudflare worker
Basic settings */ // The API key visible on your Prerender ... agents that the worker will look for to // initiate prerendering...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done.
Example:
I’d suggest following API:
@SherinBloemendaal Would that work for you?
Ok that would be very nice. If that feature is implemented, then we can start testing it 😃