2026-06-15

NoopJS v1: Zero-Runtime, Real Numbers

NoopJS 1.0 ships the core framework: a compiler that transforms JSX to vanilla DOM, a signals library following the TC39 proposal, an SSR engine with true resumability (not hydration), a resumable client runtime, an SPA router with sentinel-based mXSS protection, atomic CSS extraction, and first-class Tailwind v4 integration.

The numbers are real. The blog example achieves 0.06s LCP, 0 CLS, 40ms INP. The HN demo covers all six pages with real API data. All 192 unit tests and 22 e2e tests pass.

Layer 2 features already underway: DevTools (runtime bridge + floating panel), Streaming SSR (shell-first delivery), Form helpers (useField + Form with validation), and an ESLint plugin (4 lint rules for common footguns).

The architecture is sound, the numbers are real, the tests pass, the demo works. This is just the beginning.