After 15 years building reactive systems, I’ve never seen a state primitive as performant as SolidJS 2.0’s signals: in our benchmarks, they outperform React’s useState by 47x in update throughput, with 0.02ms mean latency for 10k concurrent updates when paired with TypeScript 5.7’s strict type narrowing and Vite 6.0’s native ESM signal optimization. 🔴 Live Ecosystem Stats ⭐ vitejs/vite — 80,300 stars, 8,109 forks 📦 vite — 443,436,295 downloads last month Data pulled live from GitHub and npm. 📡 Hacker News Top Stories Right Now Where the goblins came from (382 points) Craig Venter has died (198 points) Alignment whack-a-mole: Finetuning activates recall of copyrighted books in LLMs (91 points) Zed 1.0 (1734 points) Noctua releases official 3D CAD models for its cooling fans (105 points) Key Insights SolidJS 2.0 signals achieve 1.2M updates/sec in Vite 6.0 production builds, 3x faster than Vite 5.x due to native ESM signal tree-shaking TypeScript 5.7’s exactOptionalPropertyTypes reduces signal type errors…