Is there a way to use React JS in Adobe Campaign Classic Web App? | Community
Skip to main content
Level 2
June 15, 2020
Solved

Is there a way to use React JS in Adobe Campaign Classic Web App?

  • June 15, 2020
  • 1 reply
  • 2110 views

In Adobe Campaign Web App - is there an option to use React JS in Adobe Campaign Web App pages? I understand we can include links to React js files in HTML Page (client side) but can we use React on the server side? Does Adobe Campaign run node.js behind the scene and if not - what executes server side Java script?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Milan_Vucetic

Hi @radandric 

There is no official package for React in ACC. Anyway you can go with your own implementation and create back end services in React.
One service can be used to establish the connection from web site and ACC and get a session token for that connection using SOAP API. Another one can be responsible for GET/POST calls from website to campaign after validation using SOAP API.

Regards,

Milan

 

1 reply

Milan_Vucetic
Milan_VuceticAccepted solution
Level 9
June 16, 2020

Hi @radandric 

There is no official package for React in ACC. Anyway you can go with your own implementation and create back end services in React.
One service can be used to establish the connection from web site and ACC and get a session token for that connection using SOAP API. Another one can be responsible for GET/POST calls from website to campaign after validation using SOAP API.

Regards,

Milan

 

Milan_Vucetic
Level 9
June 17, 2020
Hi @radandric, you should try with some basic test in order to get best answer. In theory, if React not suported that means that web@default service will raise errors when try to use react script. Regards, Milan