💻 One thing I would love to see in Lit: The option to make a component without creating a custom element. It would be the same, but without any shadow-dom. It could just render whatever is inside render() and have a div as root. Although usage then couldn’t be declarative in HTML, but would have to happen via manual instancing. This could be useful for components that don’t need to be custom elements, but still could utilise the overall architecture. of the project.