Hello,
Do we see any performance changes if we use frontend UI with React rather than Generic UI in CUBA platform. Do we have any statistics where we can compare both the UI. What are the advantages of using React in frontend UI?
Thanks,
Vaishnavi
Hello,
Do we see any performance changes if we use frontend UI with React rather than Generic UI in CUBA platform. Do we have any statistics where we can compare both the UI. What are the advantages of using React in frontend UI?
Thanks,
Vaishnavi
Hi,
First, note that for starting new projects, developers should already use Jmix (https://www.jmix.io/) - a new generation of CUBA.
React UI and Vaadin-based UI are two different technologies. The main difference is - Vaadin stores state of the UI on the server. They both have pros and cons.
React UI advantages:
Vaadin-based UI advantages:
Thanks for your help!