Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions src/config/2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
{
"part": "II",
"chapter_number": "10",
"title": "Capabilities",
"slug": "capabilities",
"hero_dir": "2020"
},
{
"part": "II",
"chapter_number": "11",
"title": "PWA",
"slug": "pwa"
}
Expand All @@ -88,13 +95,13 @@
"chapters": [
{
"part": "III",
"chapter_number": "11",
"chapter_number": "12",
"title": "CMS",
"slug": "cms"
},
{
"part": "III",
"chapter_number": "12",
"chapter_number": "13",
"title": "Ecommerce",
"slug": "ecommerce"
}
Expand All @@ -106,19 +113,19 @@
"chapters": [
{
"part": "IV",
"chapter_number": "13",
"chapter_number": "14",
"title": "Page Weight",
"slug": "page-weight"
},
{
"part": "IV",
"chapter_number": "14",
"chapter_number": "15",
"title": "CDN",
"slug": "cdn"
},
{
"part": "IV",
"chapter_number": "15",
"chapter_number": "16",
"title": "Cookies",
"slug": "cookies",
"hero_dir": "2024"
Expand Down
6 changes: 6 additions & 0 deletions src/config/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@
"teams": {
"2021": [
"reviewers"
],
"2025": [
"authors"
]
},
"twitter": "dawntraoz",
Expand Down Expand Up @@ -1741,6 +1744,9 @@
"2024": [
"authors",
"analysts"
],
"2025": [
"analysts"
]
},
"twitter": "guaca",
Expand Down
333 changes: 333 additions & 0 deletions src/content/en/2025/capabilities.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/content/en/2025/pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ These are the top 10 used advanced capabilities in PWAs for 2025.
<figcaption>{{ figure_link(caption="Top 10 used advanced capabilities in PWAs.", sheets_gid="220067822", sql_file="fugu.sql") }}</figcaption>
</figure>

There is a separate chapter dedicated to [Capabilities](./capabilities.md) to dive deeper in the adoption that these sort of APIs have had in 2025.

## Notifications and PWAs

Notifications make sense for apps as they allow the user to re-engage with the application. This is a controversial capability as there is considerable bad UX and dark patterns to try to get users to accept them. The data shows that in both desktop and mobile, the most common action a user takes is to ignore these requests.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/images/2025/capabilities/clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/images/2025/capabilities/web-share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading