Add SWAs, PWAs and Jamstack node information (#2840)

* Add SWAs, PWAs and Jamstack node information

* Update content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/swas-pwas-jamstack.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2847/head
Mauricio Allegretti 2 years ago committed by GitHub
parent 5e98c9ce50
commit c7bf402ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/swas-pwas-jamstack.md

@ -1 +1,17 @@
# Swas pwas jamstack # SWAs, PWAs and Jamstack
## SWAs
A Static Web Application is any web application that can be delivered directly to an end user's browser without any server-side alteration of the HTML, CSS, or JavaScript content. While this can encompass very flat, unchanging sites like a corporate web site, static web applications generally refer to rich sites that utilize technologies in the browser instead of on the server to deliver dynamic content.
## PWAs
At their heart, Progressive Web Apps are just web applications. Using progressive enhancement, new capabilities are enabled in modern browsers. Using service workers and a web app manifest, your web application becomes reliable and installable. If the new capabilities aren't available, users still get the core experience.
Progressive Web Apps provide you with a unique opportunity to deliver a web experience your users will love. Using the latest web features to bring enhanced capabilities and reliability, Progressive Web Apps allow what you build to be installed by anyone, anywhere, on any device with a single codebase.
## Jamstack
Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability. Jamstack removes the need for business logic to dictate the web experience. It enables a composable architecture for the web where custom logic and 3rd party services are consumed through APIs.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.staticapps.org/'>SWA</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://web.dev/progressive-web-apps/'>PWA</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://jamstack.org/'>Jamstack</BadgeLink>

Loading…
Cancel
Save