Is it possible to create web components without using class?
If everything in JavaScript comes from the prototype, I would imagine there is some way to create web components without using class. I never found any article about it, I don't know if it's because it's a bad practice or because it's not possible.