|
|
|
|
|
by valbaca
1520 days ago
|
|
The first link in the article points to this: https://www.netlify.com/products/#netlify-edge-functions How to use them
Drop JavaScript or TypeScript functions inside an edge-functions directory in your project. Use cases
Custom authentication, personalize ads, localize content, intercept and transform requests, perform split tests, and more. |
|
> A bunch of server functionality
Why is that the use case? I don't see how an edge function can be faster than a centralized server endpoint if it has to reach out to literally any other component of the system involved in auth / persistence