iamkulykov.bsky.social
@iamkulykov.bsky.social
Building Web Components at @vaadin.com
Most of the logic we added on top of Lit was actually needed to reuse mixins extracted from our Polymer based components. Over time we'll improve the code to use Lit lifecycle callbacks, e.g. updated() for property observers.
September 1, 2025 at 7:09 PM
Using Lit provides a lot of benefits related to not having to write boilerplate code for reactive properties, attributes etc. We do have a few vanilla custom elements used internally though.
August 31, 2025 at 1:26 PM