Ask HN: What tech stack do you use for web apps when rendering HTML server side?
I am constantly reading that SPAs are not ideal for all front end applications. When you are developing web applications and want to render HTML on the server, what tech stack do you use?
2 comments
[ 4.4 ms ] story [ 17.5 ms ] threadAlso, create an API that can be consumed server-side or exposed via HTTP. That frees you up to feed your data into either pre-rendered pages or SPAs.