xml-to-react icon indicating copy to clipboard operation
xml-to-react copied to clipboard

Deprecate this repository or use atjson internally.

Open tim-evans opened this issue 5 years ago • 0 comments

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 ❤️

tim-evans avatar Oct 14 '19 20:10 tim-evans