xml-to-react
xml-to-react copied to clipboard
Deprecate this repository or use atjson internally.
This is a conversation that I'd like to have, but I've realized that atjson provides all the building blocks of this project using a few parts.
The API isn't too dissimilar as well:
import HTMLSource from "@atjson/source-html";
import ReactRenderer from "@atjson/renderer-react";
ReactDOM.render('app-container', ReactRenderer.render(HTMLSource.fromRaw(html)));
This is just a thought, since we're currently actively maintaining atjson, and could leverage those tools for this ❤️