Public list by ~javascriptweekly

Issue 791 - Babel 8.0, Vite 8.1, and TypeScript 7.0 RC

Releasing Babel 8 today: ESM-only, drop ES5 default, and a smooth migration path · Babel

https://babeljs.io/blog/2026/06/16/8.0.0/

Babel 8.0 Released: The JavaScript Transpiler — It’s been eight years since Babel 7.0, and despite the rise of tools like SWC and Oxc, weekly downloads of the @babel packages have increased 380x since. v8.0 is a modernization release that goes ESM-only and targets ~ES2023 by default (vs ES5 before).

about 2 months ago

Announcing TypeScript 7.0 RC - TypeScript

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-rc/

TypeScript 7.0 Release Candidate — A step closer for the Go-powered TypeScript compiler that promises ~10x faster build performance. (I've seen people on social media getting very excited by this.)

about 2 months ago

How an Underrated Refactor Saved 90% Memory Usage | TanStack Blog

https://tanstack.com/blog/tanstack-table-v9-memory-performance

How an Underrated Refactor Saved 90% Memory Usage — The tale of how TanStack Table v9 uses less memory than v8 on large tables, thanks to a simple idea: storing methods on shared prototypes instead of creating them for every object. Benchmarks included, plus a pattern other libraries can copy.

about 2 months ago

Expo — Build Native Apps with React

https://try.expo.dev/jsweekly

You Already Know Enough JavaScript to Ship a Real Mobile App — Build for iOS and Android from one codebase with React. Expo handles builds, the App Store, and updates.

about 2 months ago

FullCalendar - JavaScript Event Calendar

https://fullcalendar.io/

FullCalendar 7.0: A Full Sized JavaScript Calendar — A Google Calendar-style experience for your own apps. Works with React, Vue and Angular (v7.0 adds Angular 22 support), but can be used with plain JavaScript. Here’s a demo where you can play with the themes and styling approaches. MIT licensed with commercial extensions.

about 2 months ago

Introducing eve

https://vercel.com/blog/introducing-eve

🤖 Eve: Like Next.js, But for Building Agents — A new framework from Vercel that provides Next.js-esque structure for building AI-powered agents using TypeScript and Markdown.

about 2 months ago

Desktop apps

https://docs.deno.com/runtime/desktop/

Desktop Apps With deno desktop — Deno 2.9 (or the 'canary' build now) can turn JavaScript projects into self-contained apps on macOS, Windows, and Linux. Unlike Electron, you can opt to use the default OS WebView or a bundled Chromium backend, plus you get cross-compilation and automatic support for apps built on frameworks like Next.js and SvelteKit.

#deno #javascript #typescript #reference #documentation #guide

about 2 months ago

ForesightJS

https://foresightjs.com/

ForesightJS 4: Predictive User Intent Library for the Web — Predicts intent from pointer and keyboard cues to prefetch content before it's needed for a snappier user experience. v4.0 adds official React and Vue packages with a declarative <Foresight> component in v4.2.

about 2 months ago

Prop For That · June 13, 2026

https://nerdy.dev/prop-for-that

Prop For That: What JS Knows, Now CSS Knows — Provides CSS with access to values you'd often need JS to provide (e.g. pointer position, time, a slider’s value). Add attributes to HTML and live values show up as custom properties, bridging the JS–CSS gap. The demo page is neat.

about 2 months ago

kage

https://kage.tamnd.com/

Kage: Shadow a Website for Offline Viewing — A tool to clone a site and serve it up for offline viewing. The difference vs "Save As" is it handles JS-rendered sites by saving the DOM using a headless browser. Repo.

about 2 months ago

Try Tiger Cloud Free: $1,000 Credit | Tiger Data

https://www.tigerdata.com/go/trial

That API Call Takes 3 Seconds. It's Not the Network — It's the analytics query behind it. TimescaleDB extends Postgres so queries stay fast at scale. $1000 credit to start.

3 months ago