page Serverdata { seo { title = "Server data" description = "Render API-backed data with SSR bindings." canonical = "https://wrnexusjs.dev/guides/server-data" } view {
W WRNexusJS
Browse documentation
Preview guide · 0.2.22

Server data

Use an ssr API binding, return the desired response field, and render it with a server #each block. Values are escaped. Avoid fetching private data through a route that lacks authorization.

Release scope

This guide describes installed 0.2.22 capabilities. Follow linked package declarations for exact signatures; undocumented behavior is not guaranteed.

Browse package APIs · Troubleshooting · Support

} }