#rendering

Found 8 articles tagged with #rendering

Rehydration

A trending technique being used heavily by JavaScript frameworks when it promises to combine the strengths of both SSR and CSR.

Static Site Generators

Tools that adopts static rendering strategy and help you generate static websites.

JAMstack

An abstract solution stack which focuses more on categories of tools than specific ones.

Static Rendering

Static rendering is a strategy that eagerly generates a separate HTML file for each URL ahead of time at build time.

Prerendering

A rendering strategy when you pre-render your client-side rendered applications to feed crawlers better.

Web Rendering Strategies

An overview of web rendering strategies like client-side, server-side, universal, prerendering, static, or rehydration.

Server-Side Rendering (SSR)

Server-side rendering promises that you don’t have problem with search engines as the markup page guarantees to have good SEO every time.

Client-Side Rendering (CSR)

CSR strategy has very good developer experience but the impact on SEO and user experience still concerned.