Netflix / x-element

A dead simple starting point for custom elements.
Apache License 2.0
28 stars 12 forks source link

Split apart property analysis from property initialization. #19

Closed theengineear closed 5 years ago

theengineear commented 5 years ago

We want to be able to setup all the required callbacks for our property effects during construction-time, but we need to wait until first connection to actually assign initial values through our property accessors.