Server-side scripting: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
m Reverted 1 edit by 67.43.135.119 (talk) to last revision by Sflyzoner
Tags: Twinkle Undo Reverted
Line 29:
 
== Server-side rendering ==
In the beginning of the web content was generated purely on the back end. After the big adoption of front end [[single-page applicationsapplication]]s, a new approach was introduced to generate the HTML using the client application, but on the back end. Examples of frameworks that use [[Server-side rendering|SSR]] are [[Next.js]], [[Nuxt.js]] and [[Nest.js]]. They use [[React.js]], [[Vue.js]], and [[Angular (web framework)|Angular]], respectively, to generate the content of the server.
 
== Server-side generation ==