Course Content


Server functions

Duration: 3 minutes

Herman

Herman

Instructor

Server functions allows us to access server functionality without exposing requests and secrets etc to the client browser. They are run on the server and the client will be hydrated when the page is rendered, so there is no client side loading of server functions or API requests exposed.