5 results for LitElement
develwoutacause’s Twitter Archive—№ 4
Great talk by @justinfagnani about using Web Components and LitElement to build complex apps. Lots of interesting patterns and techniques. https://youtu.be/x9YDQUJx2uw. youtu.be/x9YDQUJx2uw
develwoutacause’s Twitter Archive—№ 354
@WestbrookJ @passle_ @OpenWc @open There's currently one LitElement component I was testing with: https://www.github.com/dgp1130/blog/tree/storybook/src%2Fclient%2Fcomponents. github.com/dgp1130/blog/tree/storybook/src%2Fclient%2Fcomponents I think this was before I tried adding withWebComponentsKnob however, so that probably isn't shown.
develwoutacause’s Twitter Archive—№ 194
extra render shouldn't be noticeable to the user since the #LitElement is smart enough to debounce? I assume #React behaves similarly.
develwoutacause’s Twitter Archive—№ 192
Where I really had to do this was in a #LitElement component. The framework lifecycle makes this a lot harder. It (and #React) expects its render() function to be synchronous
develwoutacause’s Twitter Archive—№ 341
first story. I couldn't really find any examples of using #LitElement so I settled for some lit-html with web components. The default glob doesn't include *.ts files I think, which