Port a Dojo widget to React

2
Is it possible to keep the compability of the interface of a Mendix 7/dojo widget when porting it to Mendix 8/React? This would help a lot because some my projects have hundreds of custom widgets and replacing them manually is not really a job I am waiting for.
asked
1 answers
0

If you would keep the id the same, keep the XML of your widget the same, but build a complete new widget, that could work. I think there are some issues with the id, because the Runtime expect a certain id to make sure that it's a React widget. Eventually everything will become React widgets, so I am not entirely sure if the id part is relevant later on (as it would expect a React widget).

answered