-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy path2025.json
More file actions
40 lines (40 loc) · 1.68 KB
/
2025.json
File metadata and controls
40 lines (40 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"2025": [
{
"title": "Generative UX Components",
"description": "On-demand generation of UI components (layouts, icons, copy) using large models tailored to product data and brand tokens.",
"url": "https://ai.google/",
"morelink": "GenUX"
},
{
"title": "Progressive Hydration",
"description": "Fine-grained hydration strategies that progressively activate interactivity to minimize JS and speed up Time to Interactive.",
"url": "https://web.dev/progressive-hydration/",
"morelink": "Hydration"
},
{
"title": "Composable Data Mesh for Frontend",
"description": "Decoupled data products and contract-driven APIs that enable teams to compose complex UIs from reusable data services.",
"url": "https://martinfowler.com/articles/data-mesh-principles.html",
"morelink": "DataMesh"
},
{
"title": "Zero-trust Web Authentication",
"description": "Stronger, passwordless authentication patterns (WebAuthn, passkeys) combined with continuous risk signals for secure sessions.",
"url": "https://webauthn.guide/",
"morelink": "WebAuthn"
},
{
"title": "Sustainable Web Practices",
"description": "Design and engineering patterns focused on energy-efficient web apps, lower carbon footprints, and measurable sustainability metrics.",
"url": "https://www.w3.org/",
"morelink": "Sustainability"
},
{
"title": "NewTech2025",
"description": "A new tool for developers to build projects faster.",
"url": "https://newtech2025.io",
"morelink": "https://docs.newtech2025.io"
}
]
}