React Edge SSR on Cloudflare Workers
A simple React application, rendered on the edge using server-side rendering. react-helmet included as a sample of some slightly complex SSR behavior that compiles and renders without any issue on Cloudflare Workers 🙌
How to use
- Install Wrangler
- Generate your own version of this project:
wrangler generate my-react-app https://github.com/signalnerve/react-edge-ssr
- Claim a subdomain:
wrangler subdomain <your_subdomain>
- Fill in your config details in
wrangler.toml
- Deploy using
wrangler publish