Tag

Progressive Enhancement

1 views collected around this technical thread.

WecTeam
WecTeam
Nov 28, 2019 · Frontend Development

Why Responsible JavaScript Matters: Performance, Accessibility, and Sustainable Front‑End Practices

JavaScript’s growing size threatens web performance and accessibility, so developers must evaluate when to use frameworks, adopt progressive enhancement, reduce unnecessary code, and leverage native browser features like prefetch and service workers to build faster, more sustainable, and inclusive web experiences.

JavaScriptProgressive Enhancementaccessibility
0 likes · 19 min read
Why Responsible JavaScript Matters: Performance, Accessibility, and Sustainable Front‑End Practices
UC Tech Team
UC Tech Team
Dec 13, 2018 · Frontend Development

Quicklink: Prefetching Visible Links to Accelerate Page Load

Quicklink is a lightweight JavaScript library that detects links in the viewport and prefetches them during browser idle time, using Intersection Observer and requestIdleCallback, to significantly speed up subsequent navigation while keeping the bundle under 1 KB gzipped.

JavaScriptProgressive Enhancementfrontend
0 likes · 6 min read
Quicklink: Prefetching Visible Links to Accelerate Page Load