DEV Community

Brian
Brian

Posted on

🛠️ HTML to JSX Conversion 🛠️

I'm working on a tool that converts HTML to JSX.

What would be good features to add to a tool like this?

I plan on adding JSX customization such as single, double quote selection, adjusting self-closing tags, adding/removing React imports and component class option.

What would be other features that'd make it a better conversion tool?

You can see the tool here: https://divmagic.com/tools/html-to-jsx

Top comments (0)