Public list by ~javascriptweekly

Issue 784 - Remix 3 drops React

Remix 3 Beta Preview

https://remix.run/blog/remix-3-beta-preview

Remix 3 Enters Beta — It's No Longer a React Framework — Remix has quite the back story. Created by the duo behind React Router in 2020 and seen as an alternative to Next.js, Remix was acquired by Shopify in 2022 and its core ideas folded into React Router v7 in 2024. Now, a new direction: a full-stack, web standards-first framework with its own UI component model and… no React.

4 months ago

Node.js — Node.js 26.0.0 (Current)

https://nodejs.org/en/blog/release/v26.0.0

Node.js 26.0.0 (Current) Released — A macOS build snafu pushed the release date out to today, but the latest version of Node is here, complete with Temporal API enabled by default, V8 14.6, and Undici 8. v26 is the ‘current’ cutting-edge release until October when it’ll be promoted to LTS.

4 months ago

Testing Vue components in the browser

https://jvns.ca/blog/2026/05/02/testing-vue-components-in-the-browser/

Testing Vue Components in the Browser — Julia sets up integration tests for her components that run entirely in the browser, sidestepping extraneous tooling, and shares issues she ran into around mounting components, waiting on the DOM, filling forms, and measuring coverage.

4 months ago

Trustworthy JavaScript for the Open Web – Mozilla Hacks - the Web developer blog

https://hacks.mozilla.org/2026/05/trustworthy-javascript-for-the-open-web/

Trustworthy JavaScript for the Open Web — Web Application Integrity, Consistency and Transparency (WAICT) is an emerging spec for cryptographically verifying that the JavaScript running in a user’s browser matches what the site published (there’s a full explainer here). A prototype is now live in Firefox Nightly.

4 months ago

Anime.js | JavaScript Animation Engine

https://animejs.com/

Anime.js 4.4: The Flexible JavaScript Animation Engine — At ten years old, the ‘animate anything from JavaScript’ library continues to get even better with a new scrambleText effect and auto-grid layout mode for stagger grids. The docs for Anime are truly top-tier and packed with examples.

4 months ago

opentype.js – JavaScript parser/writer for OpenType and TrueType fonts.

https://opentype.js.org/

opentype.js: Read and Write OpenType Fonts — Get direct access to letterforms in the browser and Node.js. Has broad WOFF, OTF, and TTF support, and supports ligatures, kerning, and emojis. You can also create your own fonts from scratch. The new v1.3.5 release is a preview of the soon-to-land 2.0. GitHub repo.

4 months ago