DEV Community

will desktop side rendering (DSR) be the next big thing for static websites ?

Clive Da on January 16, 2020

thanks to @gaelthomas who wrote fastio static sites ive just discovered free static hosting from fast.io from gdrive or github repos so that led ...
Collapse
 
leob profile image
leob

Wow so that's the next step in the quest for maximum performance, not just "no rendering on the server needed" (as in static websites), but even "no internet connection needed" ... isn't this what PWA's are already capable of (caching stuff locally as much as possible) ?

Collapse
 
osde8info profile image
Clive Da

research started :)

so far ive found 3 projects on github that might help

keep watching this space

Collapse
 
osde8info profile image
Clive Da

link to POC added 16 jan 20 3:33

dev.to/osde8info/an-abc-for-dev-s-...

Collapse
 
chico1992 profile image
chico1992

Isn’t this what a static site generator does?

Collapse
 
osde8info profile image
Clive Da

maybe ! can you post some examples you recommend ?

Collapse
 
chico1992 profile image
chico1992

The most famous one for react is Gatsby but next can also export static pages

Thread Thread
 
osde8info profile image
Clive Da

great thanks so i just need to point fast.io to the gatsby output dir ?

Thread Thread
 
chico1992 profile image
chico1992

I guess that should work i don’t have much experience with gatsby but there are a lot of great posts on gatsby here on dev maybe some can point you in the right direction if you run into problems

Thread Thread
 
osde8info profile image
Clive Da

link to POC added 16 jan 20 3:33

dev.to/osde8info/an-abc-for-dev-s-...