Server Actions
js handle form submissions and mutations without manually building a separate API endpoint.
2 resources across 1 library
Glossary Terms(2)
Server Actions
Server Actions are asynchronous functions that run exclusively on the server but can be called directly from client-side components, letting frameworks like Ne…
Edge Functions
Edge Functions are small pieces of server-side code deployed to a distributed network of edge locations close to users, executing with lower latency than funct…