SXO :: Optimized Server-Side JSX. Build Simple. Build Fast
5 points by gcv
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.
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?
Both esbuild and SWC would be dependencies of SXO, not the user’s project, making it somewhat framework agnostic, with SXO as a build-time dependency.