Hi. As someone new to frontend, could anyone tell me how frontend for lightweight-but-very-functional sites like these (also hackernews) built? Do they use something like Next.js for server-side-rendering? Which frameworks would you recommend to build a social network, if one wanted to avoid Single Page frameworks like React and Vue?
If you do it that way you don't need server side rendering since your JS is only handling events and there are no client side components or anything like that.