Health.Zone Web Search

Search results

  1. Results from the Health.Zone Content Network
  2. Hydration (web development) - Wikipedia

    en.wikipedia.org/wiki/Hydration_(web_development)

    In web development, hydration or rehydration is a technique in which client-side JavaScript converts a static HTML web page, delivered either through static hosting or server-side rendering, into a dynamic web page by attaching event handlers to the HTML elements. [ 1 ] Because the HTML is pre-rendered on a server, this allows for a fast "first ...

  3. Server-side scripting - Wikipedia

    en.wikipedia.org/wiki/Server-side_scripting

    With server-side rendering, static HTML can be sent from the server to the client, and client-side JavaScript then makes the web page dynamic by attaching event handlers to the HTML elements in a process called hydration. Examples of frameworks that support server-side rendering are Next.js, Nuxt.js, Angular, and React. An alternative to server ...

  4. Next.js - Wikipedia

    en.wikipedia.org/wiki/NextJS

    Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static website generation. React documentation mentions Next.js among "Recommended Toolchains" advising it to developers when "building a server-rendered website with Node.js". [6]

  5. Single-page application - Wikipedia

    en.wikipedia.org/wiki/Single-page_application

    This approach involves your web server detecting crawlers (via the user agent) and routing them to a renderer, from which they are then served a simpler version of HTML content. As of 2024, Google no longer recommends dynamic rendering, [24] suggesting "server-side rendering, static rendering, or hydration" instead.

  6. Gatsby (software) - Wikipedia

    en.wikipedia.org/wiki/Gatsby_(software)

    It provides over 2500 plugins to create static sites based on sources as Markdown documents, MDX (Markdown with JSX), images, and numerous Content Management Systems such as WordPress, Drupal and more. [1] Since version 4 Gatsby also supports Server-Side Rendering and Deferred Static Generation for rendering dynamic websites on a Node.js server ...

  7. Blazor - Wikipedia

    en.wikipedia.org/wiki/Blazor

    Static server-side rendering (SSR) By default, components are rendered by the server as static HTML, without any interactivity. ... Static Server – The component is ...

  8. React (JavaScript library) - Wikipedia

    en.wikipedia.org/wiki/React_(JavaScript_library)

    React server components or "RSC"s [24] are function components that run exclusively on the server. The concept was first introduced in the talk Data Fetching with Server Components Though a similar concept to Server Side Rendering, RSCs do not send corresponding JavaScript to the client as no hydration occurs. As a result, they have no access ...

  9. Static site generator - Wikipedia

    en.wikipedia.org/wiki/Static_site_generator

    Server-side template system. Many server-side template systems have an option to publish output pages on the server, where the published pages are static.This is common on content management systems, like Vignette, but is not considered out-server generation.