https://lyra.horse/fun/jscrossword/
JS Crossword: All the Answers are JavaScript — This hand-crafted puzzle will seriously stretch your JavaScript knowledge. I’ve seen so many people on social media either cheering having finished it or cursing being stuck…
3 months ago
https://try.expo.dev/js-weekly-ui
Expo UI Hits Stable: Native iOS & Android from One Import — From a single import, @expo/ui ships SwiftUI on iOS and Jetpack Compose on Android with the real platform components underneath. SDK 56 also lands native drop-in replacements for seven common React Native community packages.
3 months ago
https://docs.npmjs.com/staged-publishing
Staged Publishing for npm Packages Goes Live — npm’s ‘staged publishing’ model provides a review period with approval required before packages go live on the npm registry. Both npm 11.15.0 and pnpm 11.3 have added support.
3 months ago
https://developer.chrome.com/blog/declarative-partial-updates
Chrome Previews Declarative Partial Updates — Two new sets of APIs for working with HTML out-of-order, whether in the doc itself (via <template for>) or through dynamic insertion (via setHTML/streamHTML). Experimental in Chrome 148 but polyfills exist.
3 months ago
https://engineeringblog.yelp.com/2026/05/optimizing-our-build-times-by-migrating-from-webpack-to-rspack.html
Optimizing Our Build Times by Migrating from Webpack to Rspack — How Yelp cut build times in half with Rspack (a Rust-powered drop-in replacement for webpack) and what they learned about barrel files and re-exports.
3 months ago
https://www.microsoft.com/en-us/security/blog/2026/05/20/mini-shai-hulud-compromised-antv-npm-packages-enable-ci-cd-credential-theft/
Microsoft's Analysis of the Recent Mini Shai-Hulud Compromise — A detailed post-mortem of last week’s ‘Mini Shai-Hulud’ npm security chain compromise.
3 months ago
https://deno.com/blog/v2.8#new-subcommands
Deno 2.8: The 'Biggest Minor Release' to Date — The headline is that Node.js compatibility has jumped from 42% in Deno 2.7 to 76.4% now (higher than Bun). Deno also gets huge perf gains across the board and drops the npm: prefix requirement when adding/installing packages. Plus many other things, including:
#deno
#denoland
#development
#javascript
#typescript
#webassembly
3 months ago
https://blog.sentry.io/fixing-javascript-observability/
10 Merged, 34 to Go: Fixing JS Observability Upstream — Every JS APM tool monkey-patches libraries. It breaks with ESM, bundlers, and non-Node runtimes. Here's how to fix it.
3 months ago
https://docx.js.org/
📄 DOCX 9.7: Build Word .docx Files in JavaScript — A mature, comprehensive library for generating docx files both client and server side. There’s a CodePen-based example with the basics, plus over 100 example scripts.
3 months ago
https://jamiebuilds.github.io/tinykeys/
tinykeys 4.0: A Tiny, Modern Library for Keybindings — Has a very simple, straightforward API and the page includes live demos.
3 months ago
https://app.codemod.com/registry/@nodejs/axios-to-whatwg-fetch
An Official Node.js Codemod to Migrate from Axios to fetch — A codemod to transform code using Axios to using the Fetch API instead.
#axios-to-whatwg-fetch
#codemod
#code transformation
#automated refactoring
#package
#registry
3 months ago
https://hot-updater.dev/
📱 Hot Updater: Self-Hosted Over-the-Air Updates for React Native — A way to deploy updates to apps without app store submissions.
3 months ago