RedomX (v0.2.0) is a transpiler that converts HTML-like syntax into RE:DOM code, enabling a JSX-like experience for building DOM applications with RE:DOM. It replaces HTML markup with Redom function calls at build time. Released in early development, it lacks stability guarantees and has no recent updates. Unlike JSX, it targets RE:DOM specifically and requires a build step.
npm install redomxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Uses RedomX to transpile HTML-like string into Redom code.
Pin exact version and test upgrades.
Use import syntax or a bundler like Rollup/Webpack.
Ensure input is valid RedomX template syntax.
Use import syntax instead of require(): import redomx from 'redomx'
Install redomx and use named import: import { transform } from 'redomx'No dependency data recorded yet.