Remove topics prerendering
article thumbnail

A New Pattern For The Jamstack: Segmented Rendering

Smashing Magazine

const myWittyArticles = [ "/how-to-repair-a-smashed-magazine", "/segmented-rendering-makes-french-web-dev-famous", "/jamstack-is-so-2022-discover-haystack", ]; Result of the first step of static rendering: computing a bunch of URLs that you will prerender. More Resources on This Topic.

Cache 114
article thumbnail

Front-End Performance Checklist 2021

Smashing Magazine

Defining The Environment Choosing a framework, baseline performance cost, Webpack, dependencies, CDN, front-end architecture, CSR, SSR, CSR + SSR, static rendering, prerendering, PRPL pattern. Webpack examples has hundreds of ready-to-use Webpack configurations, categorized by topic and purpose.

article thumbnail

Front-End Performance Checklist 2020 [PDF, Apple Pages, MS Word]

Smashing Magazine

Webpack examples has hundreds of ready-to-use Webpack configurations, categorized by topic and purpose. Static SSR (SSR) We build out the product as a single page application, but all pages are prerendered to static HTML with minimal JavaScript as a build step. Plus, you can look into the react-prerendered-component library.