# Server-Side Rendering with AWS Amplify

DevFeed: [Server-Side Rendering with AWS Amplify](<https://devfeed.tech/articles/server-side-rendering-with-aws-amplify-18017.md>)

Original publisher: [Read original article](<https://blog.guilleojeda.com/server-side-rendering-with-aws-amplify>)

Author: Guillermo Ojeda

Published: 2023-10-24T18:31:48Z

Content type: article

Language: en

Sources: [Guille Ojeda](<https://devfeed.tech/sources/guille-ojeda.md>)

Topics: [Server-side rendering](<https://devfeed.tech/topics/server-side-rendering.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Website](<https://devfeed.tech/topics/website.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-amplify](<https://devfeed.tech/tags/aws-amplify.md>), [frontend-development](<https://devfeed.tech/tags/frontend-development.md>), [html](<https://devfeed.tech/tags/html.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [server-side-rendering](<https://devfeed.tech/tags/server-side-rendering.md>)

## AI overview

This article explains the evolution from server-side rendering to client-side rendering and back to server-side rendering for JavaScript applications. It describes how running React code on servers can reduce load times and improve user experience, while cloud computing can make the required infrastructure more practical to operate.

## Source excerpt

Note: This content was originally published at the Simple AWS newsletter. Back in the Paleolithic, which for software means 30 years ago, we had HTML, CSS and JavaScript, and we wrote all the structure of the website in HTML. When we wanted to create...