Skip to content

Commit

Permalink
Merge pull request #3865 from shaedrich/ssr
Browse files Browse the repository at this point in the history
Add topic "server-side rendering"
  • Loading branch information
ahpook authored Sep 2, 2023
2 parents 5d86d10 + 9f99f69 commit a0d81cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions topics/server-side-rendering/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
display_name: Server-side rendering
topic: server-side-rendering
related: client-side-rendering, hydration, server-side-generation
short_description: During server-side rendering, the content of a webpage is prepared on the server and only needs to be hydrated by the client.
wikipedia_url: https://en.wikipedia.org/wiki/Server-side_scripting
---
When doing **server-side rendering**, in contrast to [client-side rendering](https://github.com/topics/client-side-rendering) the content of a webpage is prepared on the server and by the use of hydration made usable by the client.

0 comments on commit a0d81cb

Please sign in to comment.