Tag: SSR
3 items found
Glossary Terms
Glossary
Next.js
Next.js extends React with server rendering, static generation, file-based routing, and backend endpoints for production web applications.
Glossary
Nuxt.js
Nuxt.js extends Vue with file-based routing, server rendering, static generation, and backend functions for production web apps.
Glossary
SSR (Server-Side Rendering)
SSR renders page HTML on the server for each request, sending ready content to the browser to improve first view and SEO.