cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

How to integrate ReactJS with ThingWorx?

moresvishal
4-Participant

How to integrate ReactJS with ThingWorx?

I want to integrate ReactJS with ThingWorx

 

 

ACCEPTED SOLUTION

Accepted Solutions

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.

 

View solution in original post

3 REPLIES 3

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

Announcements


Top Tags