Saturday, 12 January 2019

Simple website. Server Side Templating? React Static Gen? SSR React?

If you were creating a simple multi-page website, just static content, one that requires good SEO and fast initial load times...​Would you use node, perhaps express with a template language such as EJS or Handlebars. Or if you know react would you use react. Perhaps a static site gen or SSR such as GatsbyJS/React Static or NextJS/Custom SSR?​I am wondering if react for a small website of this kind is overkill and if you would perhaps go the traditional route of using a server side templating language? Thoughts?

Submitted January 12, 2019 at 02:17PM by NeoMangeo

No comments:

Post a Comment