|
|
|
|
|
by jarym
3223 days ago
|
|
I seem to recall IndexedDB was designed with the same thinking and that hasn't worked out so well. (Not talking about Custom Elements here since I don't know enough about it - the comment is levelled at the process). It's all too easy for people in a committee to manufacture the idea of some mythical figures further along the conveyer belt who will magically make something useful out of a giant specification with gaping holes. |
|
The API for web components isn't that bad. You have to stamp DOM templates yourself using whatever process, you have to handle attributes and properties yourself, and that's about it. Lots of boilerplate, but a library like Polymer can take a simple, opinionated approach to handle it for you.
From my experience Web Components have been pretty pleasant to use with or without Polymer, it's just a matter of wiring everything up if you go vanilla.