DEV Community

Discussion on: When YOU make Static Site (with SSG), what additional APIs do YOU eventually have to use and how? (third-party or self-made)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

It's not like you can't prerender SSR if you really need to.

In reality, many popular websites already failed lighthouse score.

Collapse
 
mzaini30 profile image
Zen

Like Next JS?

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Just plain puppeteer or playwright is enough.

There is also thing called precaching.