File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
docs/rest-api-application Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -360,11 +360,10 @@ export default {
360360
361361## Server Side Rendering (SSR)
362362
363- SSR, short for Server-Side Rendering, is a technique in web development
364- where the webpage's content is rendered on the server instead of the client's
365- browser. The primary advantage of SSR lies in its ability to significantly
366- enhance user experience by facilitating faster page transitions and quick
367- loading times.
363+ Server Side Rendering is a technique in web development where the webpage's
364+ content is rendered on the server instead of the client's browser. The
365+ primary advantage of SSR lies in its ability to significantly enhance user
366+ experience by facilitating faster page transitions and quick loading times.
368367
369368If you use ` WEB EDGE ` application type you will be already using
370369SSR by default, but you can't use nice frameworks like React without some heavy
You can’t perform that action at this time.
0 commit comments