Generate static HTML from JSX/TSX templates. The perfect solution to server side rendering of HTML, more performant than template engines with type checking for HTML.
This is a mono repository that contains packages used to build and test html-jsx. If you are interested using the library, see the src package README.
The other packages are:
No surprises here.
nvm install --lts
corepack enable
pnpm install
pnpm run buildYou must have access to the Triptease npm account to do this.
Only the src package is published, and the process is manual for now.
- Update the version in
src/package.jsonremoving the-devsuffix and changing the minor or major versions if required. - Commit and push the changes
- From src, run
npm publish - Bump the version in
src/package.jsonto the next patch version and add the-devsuffix - Commit and push the changes