• GaveUp [she/her]
    ·
    10 months ago

    Preferring server side rendering is an interesting topic

    Client side renderering is currently the preference because the company gets to offload the compute costs of their servers onto the clients' devices

    As long as every website has a profit motive, even if it's just a single person trying to save some money on their AWS bills, server side rendering will never become the norm

    • murtaza64@programming.dev
      ·
      10 months ago

      The difference between generating JSON and generating HTML is minimal for the server, doesn't seem to me like server side rendered sites have significantly higher server compute costs. Also generally for SPAs, the server has to replicate whatever flow is happening on the client anyway to keep state in line (since the client can't be trusted)

      • GaveUp [she/her]
        ·
        10 months ago

        It's not just JSON and HTML. There's also graphic rendering and even machine learning models