React app to widget

0
Hi all, is it possible to use an existing react application to convert in a mendix widget. I have a react application which I want to let users import it into mendix. Is there any way to achieve it.
asked
1 answers
0

Hi Ankesh,

If your react application is installable as a dependency, and can be used like:
Import “MyComponent” from “MyDependency”, then you should be able to use it in a widget.

Kind regards,

David

answered