|
Modern Web Types: TypeScript Support for Newer Web APIs — TypeScript's DOM types only include APIs shipped in multiple browser engines, so things like element-scoped startViewTransition and fetchLater throw up errors. modern-web-types is a drop-in lib.dom replacement that adds missing interfaces/members shipped in any single browser engine.
Philip Walton (Google) |
|
A Design Space Exploration of async/await — A simple async/await example produces different results in JavaScript, Rust, Python and Swift. Test your mental model with a quiz, then learn about the design choices behind the differences.
Gavin Gray |
|
Native is Now the Future of Mobile at Shopify — Shopify is rewriting its React Native mobile apps in Swift/Kotlin. The main argument is coding agents have cut the cost of writing everything twice, while the upsides of native remain.
Mustafa Ali (Shopify) |
|
A Deep Dive into StyleX — A hands-on tour of Meta's StyleX, which turns JavaScript style objects into plain atomic CSS at build time, and why it can be a good fit for coding agents in particular.
Flavio Copes |
-
React DevTools 8.0 (Chrome Web Store) – The Suspense tab is now on by default, the Timeline profiler is gone (use your browser's Performance panel instead), and inspecting a DOM node now shows its matching React component.
-
Zod 4.6 – Adds .validate(), a boolean check that skips building errors and is up to 35x faster than .safeParse().success on invalid input with compiled schemas.
-
Javet 6.0 – Embed Node.js v26's runtime in the JVM for full interop with Java.
-
parse-xml 5.0 – The fast, compliant XML parser goes ESM-only.
-
🕹️ n64js 1.0 – A Nintendo 64 emulator in pure JavaScript.
|
|
💻 Free live coding workshop, Sept 16. Build signup protection with Fingerprint that catches fake signups, no matter how they cover their tracks.
Flaky tests slowing down dev? Meticulous gives engineers confidence to ship faster by autonomously testing every edge case of your web app.
⚡ Zuplo puts every API, AI, and MCP request behind one gateway. Route traffic, guard your MCP servers, and cap your AI costs. Try it free. |
|
|
📢 Elsewhere in the ecosystem |
|