Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
In short: ThingWorx exposes all its data via REST, and you should use that data in ReactJS in the same way as you would consume data from any other REST webservice. We have documentation in our Help Center around REST API. You should use that to familiarize yourself with our REST API.
Take a look here:
In short: ThingWorx exposes all its data via REST, and you should use that data in ReactJS in the same way as you would consume data from any other REST webservice. We have documentation in our Help Center around REST API. You should use that to familiarize yourself with our REST API.
Thank you