Nub adds the Web Worker API in Node.js (finally!)
✅ closes the #1 most upvoted issue on Node.js ✨
✅ brings Nub/Node into parity with Bun and Cloudflare Workers
✅ powered by Node worker_threads
TypeScript 7.0 RC is out 🎉
It's the 10x faster Go-based port 🔥
🔷 `tsc6` is for side-by-side comparison
🔷 --checkers sets checker thread count
🔷 --singleThreaded keeps parsing/emit/checking together
🔷 TS 6.0 deprecations are hard errors
🔷 API access is planned for TS 7.1
Node.js v26.0.0 is out 💚
Temporal API enabled by default, V8 14.6, Undici 8, and key deprecations as we keep modernizing the platform.
Check it out https://t.co/ASREIY1jM0
Async in frameworks happens in 4 phases:
1. create
2. consume
3. block
4. read
The problem? Most fuse 2 & 3. Consumption triggers blocking. This puts DX (coloration) at odds with UX (blocking).
Solid 2.0 snaps them to the poles. Colorless logic. Non-blocking UI.
TypeScript 6.0 is now available!
This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more!
But most important, this release brings us one step closer to the upcoming native-speed 7.0!
https://t.co/hon0RU1L5B