Is SSR (server side rendering) worth the hassle of implementation? This is something I definitely want to consider because we are deploying on aws, so we need to weigh the pros and cons of SSR being that while response time and data packet size are reduced, server usage is increased in an SSR situation.
Is SSR (server side rendering) worth the hassle of implementation? This is something I definitely want to consider because we are deploying on aws, so we need to weigh the pros and cons of SSR being that while response time and data packet size are reduced, server usage is increased in an SSR situation.