• Contextual states - Info button, danger button, warning button • Physical states - Tiny, small, medium, large, block level • "Weirdness of HTML and CSS" states - Using it with <a> tag, <button> tag and <input> tags.
Arrays are bad for data storage • Asynchronous calls <firebase-element id="base" location="https://YOUR.firebaseio.com/" data="{{data}}" keys="{{keys}}"></firebase-element> <template repeat="{{key in keys}}"> <p>{{key}}: {{data[key]}}</p> </template>