Which library to create front end?

Hi, I want to create a rental app and I have a question.

If I should use a polymer front end client or create cuba rest api and use something like React, Vue, Angular?? Which of these frameworks will be good for my rental app?

Regards,
Jey

Hi,

There is a built-in support for Polymer and React front-end modules.

Start with Studio - Manage modules - Create frontend client module.

image

Check our guide on Polymer integration, React docs will be available soon.

For back-office UI we are using our own GUI framework based on Vaadin. If you want to build an application for internal use, you can use it even without a front-end framework. Front-end is required primarily for public web sites or mobile applications, in this case you can use Polymer / React.

1 Like

Thanks for the answer, Yuriy.

Yes I use this option at the moment and create necessary files. I want to build an app like a public website so framework is required :slight_smile:

Hi Yuriy,
Do you have latest news regarding React Docs?