converts a jsonx json object into a react function component
valid JSONX JSON
props for react element
React element via React.createElement
jsonx.compile({jsonx:{component:'div',props:{title:'some title attribute'},children:'inner html text'}}) //=>React Function Component Copy
jsonx.compile({jsonx:{component:'div',props:{title:'some title attribute'},children:'inner html text'}}) //=>React Function Component
converts a jsonx json object into a react function component