Does mendix support the integration of third-party UI frameworks?

0
Hello everyone, I have my own third-party UI frameworks. How should I integrate them into mendix? I can't find any information about it. can anybody help me with this question? Thank you!
asked
2 answers
0

I think these docs will help you :

https://docs.mendix.com/refguide/third-party-licenses

https://docs.mendix.com/refguide/developer-tools

https://docs.mendix.com/howto/integration/consume-a-complex-web-service#1-introduction

Good luck!

answered
0

Mendix offers a toolkit to wrap UI components from other libraries into Pluggable Widgets. Pluggable Widgets (and most of the built-in platform widgets) use ReactJS as their underlying technology. Therefore, it’s very straightforward to create new Mendix widgets on top of existing ReactJS components. It’s also possible to use components from other frameworks, but I would (in general) not recommend it. Here’s a learning path you can follow to get started.

Overall, I recommend using and styling the standard out-of-the-box widgets in Mendix to meet your needs as much as possible. From there, add your own pluggable widgets where necessary to complement them and complete your organization’s design language.

answered