I’m just hearing about the closedby="any" attribute/value for <dialog>. HTML popovers have this “light dismiss” behavior where you can “click outside” to close them, but not dialogs (until this). I forked a previous demo to try it and it works great (in Chrome & Firefox, just waiting for Safari). I’ve been using a custom <ClickOutsideDetector /> element for ages, so this is a welcome feature.
Featured
Introduction to Cloudflare Workers for Web Apps
Maybe you don’t need a traditional server to run a web app that needs a node server backend. Maybe the requests that need that can go to a cloud function on demand.