Tagged articles
7 articles
Page 1 of 1
21CTO
21CTO
Aug 29, 2024 · Frontend Development

Why Top Developers Reject Complex JavaScript Frameworks

Leading front‑end engineers Pieter Levels and Alex Russell argue that over‑engineered JavaScript frameworks hinder performance, increase maintenance burdens, and exclude low‑end users, urging developers to embrace simple HTML, PHP, jQuery and progressive‑enhancement practices instead.

progressive enhancementsimplicity
0 likes · 7 min read
Why Top Developers Reject Complex JavaScript Frameworks
DaTaobao Tech
DaTaobao Tech
Oct 9, 2022 · Frontend Development

Can a Pure Front‑End Container Eliminate the Web‑Native Performance Gap?

The article analyses the current state of front‑end performance, explains why hybrid solutions fall short of native experiences, and introduces Lath – a pure front‑end container that turns any web page into a seamless SPA with advanced window management, smooth interactions, and progressive enhancement.

LathSPAWeb Container
0 likes · 21 min read
Can a Pure Front‑End Container Eliminate the Web‑Native Performance Gap?
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.

JavaScriptWeb Developmentprogressive enhancement
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.

prefetchprogressive enhancementquicklink
0 likes · 6 min read
Quicklink: Prefetching Visible Links to Accelerate Page Load
CSS Magic
CSS Magic
Apr 23, 2016 · Frontend Development

How to Write Robust CSS Fallback Styles for Inconsistent Browsers

The article explains why CSS fallback styles should be written before ideal styles, shows the pitfalls of using IE‑specific hacks, and demonstrates a forward‑compatible ordering that works across browsers that lack RGBA support while preserving the intended translucent effect.

CSSIEfallback styles
0 likes · 5 min read
How to Write Robust CSS Fallback Styles for Inconsistent Browsers
Aotu Lab
Aotu Lab
Apr 15, 2016 · Frontend Development

How to Slash Front‑End Image Requests by 80% with Iconfont, Sprites, and Lazy Loading

By analyzing the old and new JD Cloud homepages, this guide demonstrates practical front‑end performance techniques—retina image handling, iconfont conversion, sprite merging, lazy loading, placeholder images, progressive enhancement, and focus styling—showing how to reduce image requests by 80% and improve load experience.

iconfontlazy loadingprogressive enhancement
0 likes · 17 min read
How to Slash Front‑End Image Requests by 80% with Iconfont, Sprites, and Lazy Loading