WEBSITE FOR THE DEV WEEKEND CHALLENGE
用Claude辅助编码,仅周末就做了一个足球主题网站,展示AI如何加速前端原型。
This is a submission for Weekend Challenge: Passion Edition What I Built i build a website about football its legends and the biggest clubs and also n…
用Claude辅助编码,仅周末就做了一个足球主题网站,展示AI如何加速前端原型。
This is a submission for Weekend Challenge: Passion Edition What I Built i build a website about football its legends and the biggest clubs and also n…
法语硬核进阶指南:2026年JavaScript学习路线,从类到高阶逻辑,告别盲目调试
Tu maîtrises les bases de JavaScript. Variables, conditions, boucles, fonctions, tableaux, manipulation du DOM : tu écris des scripts qui marchent. Et…
Babel、Vite、TypeScript三大工具齐更新,新版压缩后应用体积从65MB降至19MB,前端开发者必看。
#791 — June 23, 2026 Read on the Web JavaScript Weekly Desktop Apps With deno desktop — Deno 2.9 (or the 'canary' build now ) can turn JavaScript pro…
一个真实案例揭示过度的React水合让页面加载了180kb无用JS,Astro Islands架构教你精准优化前端性能。
Astro Islands Architecture: When to Use Partial Hydration I've shipped enough full SPAs to know their dirty secret: they're overly expensive for most …
Rust打造的能力沙箱化JS/TS运行时,单一自包含二进制,无需额外依赖库,安全又轻量。
Hey everyone! I've been working on something called Afterburner: a fast, embeddable JS/TS runtime written in Rust, with a capability sandbox baked rig…
如何在重度依赖JavaScript的博客中兼顾用户交互与搜索引擎优化?这篇HN讨论给出了多种思路。
Most blogs are static site generated markdown just thrown onto the web, great for humans and great for crawlers My question is, if I want to make a bl…
CodePen让你快速创建和测试HTML页面,无需复杂工具链,完美契合HTML-first开发理念。
Article URL: https://mohkohn.co.uk/writing/html-first/ Comments URL: https://news.ycombinator.com/item?id=48475483 Points: 846 # Comments: 387
用Copilot将老旧的Python游戏原型翻新成JavaScript版,从重构到模块化,AI辅助开发全程实战。
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built Pixel Siege is a fast-paced 8-bit arcade shooter game where players battle…
Cloudflare 收购 Vite 母公司 VoidZero,Vue 作者尤雨溪的 JavaScript 工具链项目获得资金与基础设施支持,开源治理保持不变。
Cloudflare 宣布,JavaScript 工具链公司 VoidZero 已加入 Cloudflare。VoidZero 由 Vue.js 和 Vite 作者 Evan You 于 2024 年创立,旗下项目包括 Vite、Rolldown、Vitest 和 Oxc 等。 Cloudflare
2026年npm包评估新指南:安全、质量、维护性全面升级,开发者必读。
#788 — June 2, 2026 Read on the Web JavaScript Weekly Hocuspocus 4: Add Real-Time Collaboration to Any App — A plug-and-play real-time collaboration …
JavaScript异步编程三剑客,从回调到Promise再到async/await,一篇清晰入门指南
Callbacks, Promises & Async – await: Callbacks -> Callback Hell -> Promises -> Promise Chaining -> Async/Await -> IIFE Synchronous …
浏览器代理为何选择 JavaScript 而非 CLI?揭示 AI agent 的建筑思路与技术取舍
Article URL: https://github.com/CitroLabs/ego-lite Comments URL: https://news.ycombinator.com/item?id=48337671 Points: 9 # Comments: 7
开源代码库解析包,支持Python和TS/JS代码结构分析,开发者的实用工具。
Article URL: https://github.com/mikebmac86/pviz-parser Comments URL: https://news.ycombinator.com/item?id=48278704 Points: 1 # Comments: 0
开源的命令行工具,自动扫描并修复Webhook HMAC签名漏洞,已验证45个流行项目,支持JS/TS/Py/PHP。
Article URL: https://github.com/Hookwarden/hookwarden Comments URL: https://news.ycombinator.com/item?id=48256666 Points: 1 # Comments: 0
纯前端图片裁剪库,基于原生HTML5/CSS3/JS,轻松集成到浏览器应用,支持拖拽、缩放、旋转,自定义裁剪框
📄 How To Build an Image Cropper in Browser (Simple Steps) Building front-end utilities that process files entirely on the client-side is one of the be…
全球最大的JavaScript包注册表,搜索包卡顿是已知bug,建议使用新页面直接搜索
Yes, this means their search box is broken. If you see no suggestions when searching, you must click the button to load a new page with search results…
GSAP让SVG地图滚动动画轻松实现,高性能且兼容性极佳,是Web开发者的动画利器。
A tutorial on building cinematic scroll-driven SVG map animations with GSAP using path drawing, motion tracking, and smooth camera movement.
本周JS周刊:300+恶意npm包、Deno 2.8、TypeScript 6.0.3支持await、Angular 22 RC等最新动态一览。
#786 — May 19, 2026 Read on the Web JavaScript Weekly RFC: It’s Time for npm to Make Install Scripts Opt-In — npm is the only major package manager t…
用 HTML + JavaScript 制作视频的开源框架,比 Remotion 更简单,内置丰富组件直接上手。
#782 — April 21, 2026 Read on the Web JavaScript Weekly HyperFrames: Write HTML and JavaScript to Create Videos — An open-source framework for creati…
深入剖析React/Next.js动态表单的两种模式:UI表单与规则引擎,教你如何根据场景选择最佳方案。
Some forms stay UI, while others quietly become rule engines. Here’s why these two different approaches exist and how to choose between them.