Vaadin Flow + Vaadin 8

Hello,

Is there any way to run an app with both frameworks? For example, I want one path to be done with Vaadin 8 and another path with Vaadin Flow.

Thanks

Is there any way to run an app with both frameworks?

Actually this is possible with some limitations. We have product called Multi Platform Runtime, which is part of our commercial offering. You can find the documentation of the tool here:

https://vaadin.com/docs/v13/mpr/Overview.html

Basically the tool adds wrappers in Vaadin Flow, so that you can include legacy components in your Flow based views.