Lit (@buildwithlit) 's Twitter Profile
Lit

@buildwithlit

Simple. Fast. Web Components.

ID: 1425993918

linkhttp://lit.dev calendar_today13-05-2013 17:50:18

2,2K Tweet

46,46K Followers

232 Following

Lit (@buildwithlit) 's Twitter Profile Photo

BlockSuite 🤯 Wow! Check out this open-source web components library for building collaborative rich editing apps by AffineDev, all built with Lit! The feature set is *quite* extensive. 📚 Site: blocksuite.io 👩‍💻 GitHub: github.com/toeverything/b…

BlockSuite 🤯 Wow! 

Check out this open-source web components library for building collaborative rich editing apps by <a href="/AffineDev/">AffineDev</a>, all built with Lit!

The feature set is *quite* extensive.

📚 Site: blocksuite.io
👩‍💻 GitHub: github.com/toeverything/b…
Lit (@buildwithlit) 's Twitter Profile Photo

New Lit-based framework just dropped TiniJS is a new JS framework built around Lit & Web Components for building SPAs, PWAs, Desktop, or Mobile Apps. The team just wrote up a post on getting started with Tini. Check it out 👇 dev.to/lamnhan/gettin…

Lit (@buildwithlit) 's Twitter Profile Photo

🎉 Cheers to the React team and contributors on achieving a perfect 100% on Custom Elements Everywhere with React 19 beta! The Lit team can't wait to see the amazing things everyone will create! custom-elements-everywhere.com/#react-beta

Marc Grabanski (@1marc) 's Twitter Profile Photo

lit-html is all you need to solve the biggest problem with JS — intelligent DOM rendering lit.dev/docs/libraries… You can keep throwing string literal templates at the DOM and it will only update what needs to be updated.

lit-html is all you need to solve the biggest problem with JS — intelligent DOM rendering lit.dev/docs/libraries…

You can keep throwing string literal templates at the DOM and it will only update what needs to be updated.
Justin Fagnani (@justinfagnani) 's Twitter Profile Photo

Updated my PR to add a TC39 Signals proposal integration for Lit. I think it's real close now! I've already been using a version of this integration in my own projects, and it's been really great. I'm excited to see how much more we can do!! github.com/lit/lit/pull/4…

Justin Fagnani (@justinfagnani) 's Twitter Profile Photo

I made a new Lit demo that shows how updates propagate down a tree. When a parent re-renders, only the children with changed data re-render. Often only a small subset of a large tree has to update.