Server-side scripting: Difference between revisions

Content deleted Content added
Undid revision 1128455196 by 2601:681:A80:58E0:0:0:0:F4C6 (talk) Pat,Bercier:(cblahnik751@gmail.com
Tags: Undo Reverted Mobile edit Mobile app edit Android app edit
No edit summary
Tags: Reverted Visual edit Mobile edit Mobile web edit
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 application]]sapplications, 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 ==