Web - Server Side Rendering (SSR) - Isomorphic app

About

Server Side Rendering (SSR) means that the page is generated by the server and not by the client (browser).

Single Page Application

In the context of a Single Page Application, it means that:

Server Rendering in this context is also known as Universal (Isomorphic) Apps because the code should takes into account the environment (browser or server) where it runs.





Discover More
HTML - Data Block

data block are a way to embed data in a html document. The well known is ld-json data block Inject json data in pre-rendered HTML Static pre-generated by the server (ie pre-rendering), the...
HTML - Head Element (Document Metadata)

The head is the element that contains the html metadata. The most known are: The title element (mandatory) - the title of the page The script element - to load script The link element - to load...
React - Seo (ie Javascript SEO)

SEO in the context of React (ie javascript) bot such as GoogleBot uses a web rendering service (WRS) to index the page content...
React - Server Side Rendering (SSR) - DOM Server

This page is server side rendering (SSR) in React as opposed to the browser rendering. The server side rendering (SSR) functionality in React can output two types of pages: (that will become dynamic...
Browser
Web - Headless browser (Test automation)

A headless browser is an application/library that emulates a web browser but without a graphical user interface ie (without DOM / without the Web api) They are the basis to build a web bot. Build...
Basket Analysis Joke
Web Analytics - Page views (PV)

id The unique ID of the page or screen call itself received_at When the page or screen call was received sent_at When the page or screen call was triggered by the user a collaborative recommandation...



Share this page:
Follow us:
Task Runner