DEV Community

Discussion on: Service Workers at Cloudflare

Collapse
 
ben profile image
Ben Halpern

I don't think these topics are super well understood, but dev.to is served from the edge, with some logic at that point, and then some more once the request hits the browser (service workers + local storage etc. to ultimately show the specific user their content as quickly as possible.)