A lightweight transpiler for JSX that does not require React. Version 0.0.3 is the latest stable release, which is essentially an early-stage proof-of-concept with no active development cadence. It transpiles JSX to JavaScript using a simple configuration file and includes a file watcher for auto-reloading in the browser. This tool is minimally viable, lacking TypeScript types, extensive testing, or community adoption. It differentiates from Babel by targeting a simpler, zero-config setup for non-React JSX usage.
npm install simply-jsxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates minimal setup: install the package, configure simply.json, create an HTML file, and run the transpiler.
Pin to a specific version and expect breaking changes.
Create simply.json in project root with required fields: source, build, staticFiles.
Add type declarations or use with // @ts-nocheck
Use the CLI tool (npm start) instead of programmatic API.
Do not use with React; intended for standalone JSX transpilation.
Run 'npm install simply-jsx@0.0.3' in project root.
Create simply.json in project root with required fields.
Ensure your output includes a polyfill for createElement, or provide one manually.
No dependency data recorded yet.