How to integrate ReactJS with ThingWorx?
Jun 28, 2023
12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 28, 2023
12:05 AM
How to integrate ReactJS with ThingWorx?
Labels:
- Labels:
-
Examples
ACCEPTED SOLUTION
Accepted Solutions
Jul 03, 2023
04:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 03, 2023
04:02 PM
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.
3 REPLIES 3
Jun 28, 2023
05:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 28, 2023
05:13 PM
Take a look here:
- "Integrating AngularJS with ThingWorx": https://community.ptc.com/t5/IoT-Tips/Integrating-AngularJS-with-ThingWorx/ta-p/820091
- "Create Custom Extensions using Third Party JS library in ThingWorx": https://www.ptc.com/en/support/article/CS331337
Jul 03, 2023
04:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 03, 2023
04:02 PM
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.
Sep 11, 2023
01:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sep 11, 2023
01:28 AM
Thank you
