Netlify Edge Handlers - Short tutorial on how to use Netlify’s new edge handlers, which enable you to fetch dynamic data right before returning the static page to the user, and add that data to the page, the great thing is that because it happens at the CDN edge, if it’s done right, it can be very efficient since it’s using the very fast CDN internet connection and servers to get and process the data, rather than the users connection and machine which is likely to be much slowercss-tricks.com #