Kudzu
An experimental HTML-first TSX framework using React-shaped syntax and static HTML compilation with zero virtual DOM.
What it does
About Kudzu
Kudzu is an experimental HTML-first TSX framework designed for software developers. Utilizing React-shaped syntax and synchronous state, Kudzu compiles function components, hooks, and event handlers into static HTML and route-specific ESM modules without relying on a virtual DOM or browser runtime.
- Availability:
- unknown
- Access:
- unknown
- Format:
- software
Core capabilities
Static HTML Component Compilation
Compiles static TSX components, hooks, and function components directly into complete static HTML without requiring a browser runtime.
ESM Event Handler Compilation
Translates standard JavaScript event handlers into route-specific external ESM modules without using eval or hydration mechanisms.
State Patch and Command Generation
Compiles state setters into ordered commands and direct text patches, executing logical updates synchronously while delaying DOM writes until the turn finishes.
Keep discovering
Related debuts
Continue with products that solve a similar problem or serve the same kind of maker.
