Does Not Compute ยท May 1, 2018

Re-Air: 02 - Component is A Fancy Word for Class

Things Mentioned and/or Useful Items

Explanations

What in the world is a Single Page App?

Single-Page Applications (SPAs) are Web apps that load a single HTML page and dynamically update that page as the user interacts with the app. SPAs use AJAX and HTML5 to create fluid and responsive Web apps, without constant page reloads. However, this means much of the work happens on the client side, in JavaScript.

โ€“ MSDN

What are Web Components

Web Components are a set of standards currently being produced by Google engineers as a W3C specification that allow for the creation of reusable widgets or components in web documents and web applications. The intention behind them is to bring component-based software engineering to the World Wide Web.

โ€“ Wikipedia

(Dom Spaghetti)

Copyright 2024 Spec Network, Inc.