DEV Community

Clive Da
Clive Da

Posted on

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

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 me to thinking why dont i render a site locally on my desktop with node express pug react (babel & webkit) all running locally (in dev mode) and push index.html & bundle.js etc into a github repo for auto deployment on fast.io ie desktop side rendering (DSR) ?

i will start working on my DSR POC today and will post a link below if successful

link to POC added 16 jan 20 3:33

https://dev.to/osde8info/an-abc-for-dev-s-and-webdev-s-3di2

Top comments (9)

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-...