devsoap / ds-gradle-vaadin

Gradle plugin for building Vaadin Flow 10/11/12/13/14/15 apps
https://devsoap.com/gradle-vaadin-flow-plugin
Other
36 stars 13 forks source link

Defining Fragments #244

Closed alabotski closed 4 years ago

alabotski commented 5 years ago

Does the plugin support Defining Fragments?

https://vaadin.com/docs/v13/flow/production/tutorial-production-mode-customising.html

johndevs commented 5 years ago

No, no support for those yet.

johndevs commented 5 years ago

Just to point out that currently fragments are not really recommended due to issues described in https://github.com/vaadin/flow/issues/3588.

That means it is not likely this will be implemented in a while (unless somebody creates a PR).

johndevs commented 4 years ago

Closing this as this refers to the old fragments implementation that will not be supported.