|
|
|
|
|
by shams93
3138 days ago
|
|
No matter what system you use for server rendered pages most likely you will have to hit a database just to render out the site. These days that's a bad idea when we should be building progressive web apps that can fetch and cache content as needed from services but the entire app can live offline and even cache data in local storage to enable it to have at least limited offline functionality. |
|
I think generalizing to "we should be building progressive web apps" is harmful. You should do what is appropriate for your use case.