Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Feature request: add online tool (or babel REPL setup) to convert from JSX to htm #78
Comments
|
This is a fantastic idea and I will absolutely try to find an hour to throw something together! |
|
I've got some time today and create a simple one: https://github.com/blikblum/to-htm Edit: it come also with a CLI and can convert from Handlebars |
|
nice @blikblum!! |
|
wanted to leave this link here for the Handlebars fans 👨🏻🦱 |
While converting a project from JSX to htm i missed a online tool (or a codepen/fiddlejs or babel repl setup) to run babel with babel-plugin-transform-jsx-to-htm
I tried to configure Babel REPL adding @babel/plugin-syntax-jsx and babel-plugin-transform-jsx-to-htm plugins with no luck (a bug in Babel REPL?)