json.human.js
json.human.js copied to clipboard
Componification of json.human.js
It would be nice to have like a HOC
Component that Renders the JSON under sub components using modern framework/ui libraries such as vue, react, ember etc...
Do you think that I can be a feature of this library, or a sort of wrapper would be required to make this feasible?
if you change the document.createElement for React's createElement then you can put the result inside a virtual dom. This will also work for preact and friends.
for the others I don't know