Ssr Glossary

Browse 7 ssr terms defined in plain English, from the cultural dictionary of computing.

7 Ssr Terms

Hydration
The process of attaching JavaScript event handlers and state to server-rendered HTML on the client side. After SSR delivers static markup for fast initial...
Isomorphic
Describes code, usually JavaScript, that can run in both the server and browser environments with largely the same application logic. In web development the...
Next.js
A React meta-framework by Vercel that provides file-system-based routing, server-side rendering (SSR), static site generation (SSG), API routes, and the App...
Nuxt
A full-stack framework built on top of Vue.js that provides server-side rendering, static site generation, file-based routing, and auto-imports out of the box,...
NuxtJS
The original branding for the Nuxt framework (versions 1 and 2), a Vue.js meta-framework that added server-side rendering, automatic code splitting, and a...
Rehydration
The client-side process of attaching JavaScript event handlers and component state to server-rendered HTML, making a static page interactive without...
SvelteKit
The official application framework for Svelte, providing file-based routing, server-side rendering, API routes, code splitting, and deployment adapters for...

Related Topics