1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Update style 100 swas pwas jamstack (#2850)

* Add SWAs, PWAs and Jamstack node information

* Update styles into SWAs, PWAs and Jamstack node
This commit is contained in:
Mauricio Allegretti
2022-11-01 16:54:25 -03:00
committed by GitHub
parent e2489c43f7
commit e49517cf2a

View File

@@ -9,7 +9,8 @@ At their heart, Progressive Web Apps are just web applications. Using progressiv
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.
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>