enow.com Web Search

Search results

  1. Results from the WOW.Com 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 web page that is static from the perspective of the web browser, delivered either through static rendering or server-side rendering, into a dynamic web page by attaching event handlers to the HTML elements in the DOM. [1]

  3. Dynamic web page - Wikipedia

    en.wikipedia.org/wiki/Dynamic_web_page

    A client-side dynamic web page processes the web page using JavaScript running in the browser as it loads. JavaScript can interact with the page via Document Object Model (DOM), to query page state and modify it. Even though a web page can be dynamic on the client-side, it can still be hosted on a static hosting service such as GitHub Pages or ...

  4. 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.

  5. MEAN (solution stack) - Wikipedia

    en.wikipedia.org/wiki/MEAN_(solution_stack)

    Typically data is fetched using Ajax techniques and rendered in the browser on the client-side by a client-side application framework, however as the stack is commonly entirely JavaScript-based, in some implementations of the stack, server-side rendering where the rendering of the initial page can be offloaded to a server is used so that the ...

  6. React (software) - Wikipedia

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

    Server-side rendering (SSR) refers to the process of rendering a client-side JavaScript application on the server, rather than in the browser. This can improve the performance of the application, especially for users on slower connections or devices.

  7. Single-page application - Wikipedia

    en.wikipedia.org/wiki/Single-page_application

    Ember.js is a client-side JavaScript web application framework based on the model–view–controller (MVC) software architectural pattern. It allows developers to create scalable single-page applications by incorporating common idioms and best practices into a framework that provides a rich object model, declarative two-way data binding ...

  8. Next.js - Wikipedia

    en.wikipedia.org/wiki/NextJS

    Next.js is a React framework that enables several extra features, including server-side rendering and static rendering. [9] React is a JavaScript library that is traditionally used to build web applications rendered in the client's browser with JavaScript. [10]

  9. AngularJS - Wikipedia

    en.wikipedia.org/wiki/AngularJS

    The ECMA-262 specification defines scope as: a lexical environment in which a Function object is executed in client-side web scripts; [9] akin to how scope is defined in lambda calculus. [10] As a part of the "MVC" architecture, the scope forms the "Model", and all variables defined in the scope can be accessed by the "View" as well as the ...