[Solved] ReactJS to custom segements

Hi all
I was wondering about custom segments. If I were to create front-end in reactJS and backend in nodeJS and expressJS will it work seamless with my drapcode collections? Or suggest any other ways of doing it. cheers

Hi @Mike,

Custom components currently support HTML/CSS/JS code and that too for frontend. To write any backend code, we prefer cloud functions such as AWS Lambda, where we send all the data via APIs and then you can run your own custom logic to handle your use case.

Embedding of backend Nodejs code is not supported as of now.

Please let me know if you have any futher questions.

Thanks.

Thank you very much, I appreciate your response in this matter.

1 Like