You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a good example using Vaadin 14 with lit-element.
I think I understand the convenience of server methods, but that ties the web component to the Vaadin framework. Wouldn't it be better to define the client side with events and let the server-side register event listeners? That way you show how to use a generic web component from Vaadin.
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for a good example using Vaadin 14 with lit-element.
I think I understand the convenience of server methods, but that ties the web component to the Vaadin framework. Wouldn't it be better to define the client side with events and let the server-side register event listeners? That way you show how to use a generic web component from Vaadin.
The text was updated successfully, but these errors were encountered: