惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
Schneier on Security
Schneier on Security
B
Blog RSS Feed
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
A
About on SuperTechFans
Recorded Future
Recorded Future
Recent Announcements
Recent Announcements
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
The GitHub Blog
The GitHub Blog
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MyScale Blog
MyScale Blog
V2EX - 技术
V2EX - 技术
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
V
Visual Studio Blog
Martin Fowler
Martin Fowler
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
The Exploit Database - CXSecurity.com
F
Full Disclosure
Scott Helme
Scott Helme
H
Heimdal Security Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
Cyberwarzone
Cyberwarzone
Application and Cybersecurity Blog
Application and Cybersecurity Blog
V
Vulnerabilities – Threatpost
Blog — PlanetScale
Blog — PlanetScale
Security Latest
Security Latest
WordPress大学
WordPress大学
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Troy Hunt's Blog
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
Jina AI
Jina AI
S
Securelist
小众软件
小众软件
Simon Willison's Weblog
Simon Willison's Weblog
J
Java Code Geeks
AWS News Blog
AWS News Blog
N
News and Events Feed by Topic
博客园 - 三生石上(FineUI控件)
量子位

JavaScript Weekly

Babel 8.0, Vite 8.1, and TypeScript 7.0 RC JavaScript Weekly Issue 789: June 9, 2026 JavaScript Weekly Issue 788: June 2, 2026 JavaScript Weekly Issue 787: May 26, 2026 JavaScript Weekly Issue 786: May 19, 2026 JavaScript Weekly Issue 785: May 12, 2026 JavaScript Weekly Issue 784: May 5, 2026 JavaScript Weekly Issue 783: April 28, 2026 JavaScript Weekly Issue 782: April 21, 2026 JavaScript Weekly Issue 781: April 14, 2026 JavaScript Weekly Issue 780: April 7, 2026 JavaScript Weekly Issue 779: March 31, 2026 JavaScript Weekly Issue 778: March 24, 2026 JavaScript Weekly Issue 777: March 17, 2026
JavaScript Weekly Issue 790: June 16, 2026
2026-06-16 · via JavaScript Weekly

Flow for TypeScript Users in 2026Flow is Meta's mature typed dialect of JavaScript, and over the years its syntax has converged closely with TypeScript's. This post walks through where the two now differ: Flow's stricter defaults reject several crash-prone patterns TypeScript's strict mode accepts, and it adds features of its own, like exhaustive match expressions.

George Zahariev (Meta)

🤖 Code is Cheap(er) — The creator of htmx says that while code is increasingly easy to produce, understanding is still expensive, and “complexity remains our apex predator.”

Carson Gross

IN BRIEF:

RELEASES:

  • Playwright 1.61 – You can now register and test passkeys, as well as read/write to localStorage and sessionStorage via a new WebStorage API.

  • ESLint v10.5.0 – Five core rules now highlight smaller ranges of code to avoid shadowing other problems in editors.

  • 🤖 TanStack AI Beta – Framework and provider-agnostic AI toolkit.

How TanStack Cut TypeScript Type-Checking Work by Up to 86% — TanStack Table v9 (now in beta) made its features modular, but the generic types behind that flexibility introduced noticeable editor lag in alpha. This deep-dive shows how the team used tsc diagnostics to cut type-checking work by 62–86%, with lessons for anyone authoring type-heavy libraries.

Kevin Van Cott (TanStack)

📄 How Building an HTML-First Site Doubled Our Users Overnight – Out with the React, and in with the Astro. Alistair Davidson

📄 Building a Real Blog Easily in Astro – By real, Zell means something beyond demo-level, with excerpts, post update dates, etc. Zell Liew

📄 Streaming HTML with textStream() in Chrome Canary Ollie Williams

PolyCSS: CSS 3D Engine for the DOM — Renders textured 3D polygon meshes entirely in the DOM using CSS matrix3d() transforms — no WebGL or <canvas> required. Works with vanilla JS, React, and Vue. There’s a gallery to explore and a live builder if you want to play around.

LayoutitStudio

  • Tabulator 6.5 (above) – Create interactive tables from any HTML table, JS array or JSON data.

  • 🕒 <relative-time> 5.2.0 – Web Component for formatting automatically-updating timestamps as localized strings or relative times.

  • Fable 5.2 – No, not the LLM you can't use, but an F# to JS/TS (and now Erlang too) compiler you can use. More info.

  • React Native 0.86 – Edge-to-edge support on Android 15+ and improvements to its DevTools.

  • Biome 2.5 – The fast code formatting and linting toolchain has now passed 500 lint rules.

  • get-value 4.1 – Use paths like a.b.c to get a nested value from an object.

  • axios v1.18.0 – Promise-based HTTP client for the browser and Node.

  • 📊 visx 4.0 – Airbnb's visualization primitives for React.

📸 Add robust in-browser barcode scanning to your web apps using STRICH, a lean JS library. Free 30-day trial, try the demo app today!


Flaky tests slowing down dev? Meticulous gives engineers confidence to ship faster by autonomously testing every edge case of your web app.


🤖 Generate 50,000 invoices overnight. Foxit's DocGen API merges JSON data into branded PDFs at scale, with no PDFKit and no copy-paste.

📢  Elsewhere in the ecosystem