SXO :: Optimized Server-Side JSX. Build Simple. Build Fast

5 points by gcv


A fast, minimal architecture convention and CLI for building websites with server‑side JSX. No React, no client framework, just composable JSX optimized for the server, a clean directory-based router, hot replace, and powered by esbuild plus a Rust JSX precompiler.

mikea

This looks nice. Incidentally we were discussing JSX for workers last week at $work. The challenge for us is to be framework agnostic as much as possible.

Why esbuild though? Can’t you achieve the same with SWC and have no dep?