webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

feat(defer): adds option to defer the entire connectedCallback. #103

Closed quarkus closed 11 months ago

quarkus commented 11 months ago

This can be useful if we want to actually defer the entire initialization until some point in time. Clean up attribute evaluation. Add Docs for the attribute options.