Skip to content

Commit

Permalink
chore(web): wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 16, 2025
1 parent b9790bd commit 8320116
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/rest-api-application/web-application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,10 @@ export default {

## Server Side Rendering (SSR)

SSR, short for Server-Side Rendering, is a technique in web development
where the webpage's content is rendered on the server instead of the client's
browser. The primary advantage of SSR lies in its ability to significantly
enhance user experience by facilitating faster page transitions and quick
loading times.
Server Side Rendering is a technique in web development where the webpage's
content is rendered on the server instead of the client's browser. The
primary advantage of SSR lies in its ability to significantly enhance user
experience by facilitating faster page transitions and quick loading times.

If you use `WEB EDGE` application type you will be already using
SSR by default, but you can't use nice frameworks like React without some heavy
Expand Down

0 comments on commit 8320116

Please sign in to comment.