DEV Community

Discussion on: Web Components for Enterprise. Part 2: Nuxeo, Ionic, Vaadin

Collapse
 
petecarapetyan profile image
Pete Carapetyan

re: your #1 Summary point - "Custom Elements being class based by design as a basic problem for so many people."

I still can’t figure out if this is just a dev preference, or if this spec actually prevents a migration towards the benefits of functional programming?

An example is Java, where class based code hasn’t prevented a migration to functional programming - it’s just one of many preferred options for how I write my Java code. Isn’t that same thing true within the context of WC, as it is currently spec’d?