How can we create React Frontend + Mendix as backend and DB ??

0
I have an complete Mendix application created on mendix , so now i want to make this app hybrid we want the whole frontend in Reactjs and the backend i want to use the existing logics and database from mendix how can i acheive this goal ? 
asked
1 answers
0

You can use as a mBaaS: mobile backend as a service. You basically expose your data and logic via APIs, e.g., REST, Odata or GraphQL, and use these from your Reactjs application.

 

Why do you want to build your own frontend in Reactjs, when mendix frontend is already based on reactjs?

answered