devpunks / snuggsi

snuggsi ツ - Easy Custom Elements in ~1kB
https://snuggsi.com
MIT License
398 stars 17 forks source link

🐛 Fixes #131: Fix broken <hello-world> link #132

Closed snuggs closed 7 years ago

snuggs commented 7 years ago

:bug: Fixes #131

@neiljohari BRILLIANT FIND!!! I would have never found this and was probably very painful to viewers. This bug appeared from #45 that @janz93 @mrbernnz @RobertChristopher and I worked on. We deliberated for a while on removal of static identifier for element. We ultimately decided having this be bound to the element instance within a static handler

is not "Principle of Least Astonishment"

"People are part of the system. The design should match the user's experience, expectations, and mental models."

/cc @albertoponti @tmornini

Updated JSFiddle

Reference links

snuggs commented 7 years ago

woot. Now that's a nice iteration process. /cc @tmornini @pachonk @neiljohari